:root {
  --ink: #1d2528;
  --muted-surface: #f6f7f4;
  --line: #d9ded8;
}

html {
  min-height: 100%;
}

body {
  color: var(--ink);
  background: #fff;
  min-height: 100%;
}

.site-shell {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1 0 auto;
}

.site-footer {
  flex-shrink: 0;
  margin-top: auto;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.field-help {
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  padding: 0;
  border: 1px solid #c8d0d2;
  border-radius: 50%;
  color: #8a9599;
  background: transparent;
  font-size: .7rem;
  line-height: .9rem;
  vertical-align: .05rem;
}

.field-help:hover,
.field-help:focus-visible {
  color: #526065;
}

a {
  color: #234b5a;
}

.link-button {
  display: inline;
  padding: 0;
  border: 0;
  color: #234b5a;
  background: transparent;
  font: inherit;
  line-height: inherit;
  text-decoration: underline;
  vertical-align: baseline;
}

.link-button:hover,
.link-button:focus-visible {
  color: #172f39;
}

.hero {
  background: var(--muted-surface);
}

.stat-panel,
.sidebar-box,
.resource-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.stat-number {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}

.process-step {
  border-left: 3px solid var(--line);
  padding-left: 1rem;
}

.process-number {
  display: block;
  color: #697277;
  font-size: .85rem;
  font-weight: 700;
  margin-bottom: .75rem;
}

.standards-band {
  background: var(--muted-surface);
}

.evidence-list {
  list-style: none;
  padding: 0;
}

.evidence-list li {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: .75rem;
  padding: .55rem 0;
  border-bottom: 1px solid var(--line);
}

.evidence-list li:last-child {
  border-bottom: 0;
}

.evidence-list span {
  color: #697277;
}

.case-row h2 a {
  color: var(--ink);
  text-decoration: none;
}

.case-row h2 a:hover {
  text-decoration: underline;
}

dt {
  font-size: .8rem;
  color: #697277;
  text-transform: uppercase;
  letter-spacing: .04em;
}
