/* /example/an-account: one company read in full.

   Named for the route's page key (example.account). Layers on base.css.

   This page is a record, so it is built like one: dense rows, hairline
   rules, tabular numbers, one verdict pill per row. The restraint is
   the argument. Anything that looks designed to persuade undermines
   what the page is claiming about itself. */

/* ── Hero ───────────────────────────────────────────────────────── */

.ac-hero { padding: 62px 0 74px; }

.ac-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 1040px) {
  .ac-hero-grid { grid-template-columns: 1fr; gap: 44px; }
}

.ac-hero h1 { max-width: 9em; }
.ac-hero .lede { max-width: 34em; }

/* ── The identity card ──────────────────────────────────────────── */

.ac-card {
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 26px 28px 24px;
}
@media (max-width: 700px) {
  .ac-card { padding: 22px 20px 20px; }
}

.ac-card-head {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rule);
}
.ac-card-head b {
  display: block;
  font-family: var(--display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.026em;
  line-height: 1.2;
  color: var(--ink);
}
.ac-card-head span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: var(--muted);
}

.ac-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 18px 0 0;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--rule);
}
.ac-facts dt {
  font-size: 12.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 5px;
}
.ac-facts dd {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  font-size: 18px;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}

/* Two scores, side by side, never combined. */
.ac-scores {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 26px;
  align-items: end;
  padding: 20px 0 0;
}
@media (max-width: 420px) {
  .ac-scores { grid-template-columns: auto auto; gap: 18px; }
}
.ac-score b {
  display: block;
  font-family: var(--display);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  /* Set as text on a light ground, so --teal-deep. */
  color: var(--teal-deep);
}
.ac-score span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
}
.ac-stage {
  padding-left: 24px;
  border-left: 1px solid var(--rule);
}
.ac-stage b {
  display: block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
}
.ac-stage span {
  display: block;
  margin-top: 4px;
  font-size: 13.5px;
  line-height: 1.4;
  color: var(--muted);
}
@media (max-width: 420px) {
  .ac-stage { grid-column: 1 / -1; padding-left: 0; border-left: 0; padding-top: 14px; border-top: 1px solid var(--rule); }
}

.ac-scores-note {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
}

.ac-asof {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--muted);
}

/* ── The verdict ────────────────────────────────────────────────── */

/* Nested inside .container rather than sharing it: putting a
   max-width on .container itself overrides its own and centres the
   block, which pulls it out of alignment with every other section. */
.ac-verdict-inner { max-width: 46em; }
.ac-verdict p {
  margin-top: 22px;
  max-width: 40em;
  font-size: 19px;
  line-height: 1.6;
  color: var(--body);
  text-wrap: pretty;
}

/* ── The checklist ──────────────────────────────────────────────── */

.ac-group { margin-top: 54px; }
.ac-group-head { max-width: 42em; }
.ac-group-head h3 {
  font-size: 24px;
  letter-spacing: -0.022em;
  margin-bottom: 8px;
}
.ac-group-head p {
  font-size: 16.5px;
  line-height: 1.55;
  color: var(--muted);
}

.ac-rows {
  margin-top: 22px;
  border: 1px solid var(--rule);
  border-radius: 12px;
  background: var(--surface);
  overflow: hidden;
}
.ac-row {
  padding: 20px 24px 18px;
  border-bottom: 1px solid var(--rule);
}
.ac-row:last-child { border-bottom: 0; }
@media (max-width: 700px) {
  .ac-row { padding: 18px 18px 16px; }
}

.ac-row-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
}
.ac-row-top h4 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  font-size: 17.5px;
  letter-spacing: -0.016em;
  line-height: 1.25;
  color: var(--ink);
}

/* Verdict pills. Same palette logic as the homepage evidence panel:
   teal deep confirmed, muted grey nothing found, slate ruled out. */
.ac-verdict-pill {
  flex: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 5px;
  white-space: nowrap;
}
.ac-pill-gate { background: var(--pill-none-bg); color: var(--muted); }
.ac-pill-yes  { background: var(--pill-yes-bg); color: var(--teal-deep); }
.ac-pill-none { background: var(--pill-none-bg); color: var(--muted); }
.ac-pill-out  { background: var(--pill-none-bg); color: var(--muted); }
/* A finding that moved between two reads. Blue is the palette's "new or
   changed", and --blue-deep rather than --blue because at 12px over the
   composited tint the plain blue measures 4.14:1 against 4.88. */
.ac-pill-changed { background: var(--pill-new-bg); color: var(--blue-deep); }

/* A dated correction sitting under a record that has not been altered.
   Blue, because the palette's blue means new or changed, and behind a
   3px left border so it reads as attached to the quote above rather
   than as a second quote. */
.ac-note {
  margin-top: 10px;
  padding-left: 12px;
  border-left: 3px solid var(--blue);
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--body);
}

.ac-lede-2 {
  margin-top: 16px;
  font-size: 16.5px;
  color: var(--muted);
}

/* Plain English first, the recorded quote underneath as the proof.
   Nobody reading this site sells to banks, so a row that opens with an
   efficiency ratio has already lost them. */
.ac-meaning {
  font-size: 16.5px;
  line-height: 1.58;
  color: var(--body);
  max-width: 62em;
}

.ac-record {
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--surface-2);
  border: 1px solid var(--rule);
  max-width: 62em;
}
.ac-record-label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.ac-quote {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--muted);
}

.ac-src {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 20px;
  margin-top: 11px;
  font-size: 13.5px;
  color: var(--muted);
}
.ac-src a {
  font-weight: 600;
  color: var(--teal-deep);
  border-bottom: 1px solid transparent;
}
.ac-src a:hover { border-bottom-color: var(--teal-deep); }

/* ── Why now ────────────────────────────────────────────────────── */

.ac-timing-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 44px;
}
@media (max-width: 900px) {
  .ac-timing-list { grid-template-columns: 1fr; }
}

.ac-signal {
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 22px 24px 20px;
}
.ac-signal-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
.ac-signal-top h3 {
  font-size: 17.5px;
  letter-spacing: -0.016em;
  line-height: 1.28;
}

.ac-urgency {
  flex: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 5px;
  white-space: nowrap;
}
/* Blue means new or changed, which is what a dated signal is. Deep
   blue because it is set as text on a blue tint. */
.ac-urgency-high   { background: var(--pill-new-bg); color: var(--blue-deep); }
.ac-urgency-medium { background: var(--pill-none-bg); color: var(--muted); }

/* ── What it cannot tell you ────────────────────────────────────── */

.ac-limits-inner { max-width: 44em; }
.ac-limits h2 { max-width: 12em; }
.ac-limits .lede + .lede { margin-top: 18px; }

/* ── Closing ────────────────────────────────────────────────────── */

.ac-cta-inner { text-align: center; }
.ac-cta h2 { max-width: 15em; margin: 0 auto; }
.ac-cta .lede { margin-left: auto; margin-right: auto; }
.ac-cta .actions { justify-content: center; }

/* Names the two capabilities this record proves. Sits below the buttons
   at link weight, so it reads as a fact about the record rather than as
   a third thing being asked of the reader. */
.ac-cta-powers {
  margin-top: 26px;
  font-family: var(--display);
  font-weight: 600;
  font-size: 14.5px;
  /* --muted, not --dark-body: this block is .blk.band, which is a light
     background. --dark-body is for copy inside .blk.dark and comes out
     near-invisible here. */
  color: var(--muted);
}
.ac-cta-powers a {
  /* Set as text, so --teal-deep. */
  color: var(--teal-deep);
  text-decoration: none;
}
.ac-cta-powers a:hover { text-decoration: underline; }
.ac-cta-powers span { margin: 0 7px; color: var(--muted); }
