:root {
  color-scheme: light;
  --iron: #132333;
  --iron-soft: #2c4050;
  --iron-faint: rgba(19, 35, 51, 0.08);
  --vellum: #efe7d5;
  --vellum-deep: #e5dac3;
  --sheet: #fbf7ed;
  --oxblood: #7f2330;
  --oxblood-bright: #a6414d;
  --brass: #a47832;
  --brass-light: #d4ac66;
  --moss: #526459;
  --rule: rgba(19, 35, 51, 0.24);
  --rule-light: rgba(239, 231, 213, 0.24);
  --shadow: 0 28px 80px rgba(19, 35, 51, 0.16);
  --display: "Iowan Old Style", Baskerville, "Palatino Linotype", Palatino, Georgia, serif;
  --body: "Avenir Next", Avenir, "Gill Sans", "Segoe UI", sans-serif;
  --label: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  background: var(--vellum);
  color: var(--iron);
  font-family: var(--body);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 13% 18%, rgba(127, 35, 48, 0.045), transparent 20rem),
    radial-gradient(circle at 82% 10%, rgba(164, 120, 50, 0.055), transparent 25rem),
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(19, 35, 51, 0.012) 5px 6px),
    var(--vellum);
  color: var(--iron);
}

button,
input {
  font: inherit;
}

button,
label,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  padding: 0.8rem 1rem;
  background: var(--iron);
  color: var(--sheet);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.prototype-ribbon {
  display: flex;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.45rem 1rem;
  background: var(--oxblood);
  color: var(--sheet);
  font-family: var(--label);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.prototype-ribbon span,
.header-status > span {
  width: 0.48rem;
  height: 0.48rem;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  transform: rotate(45deg);
}

.site-header {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 2rem;
  width: min(1360px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 1.25rem 0 1.1rem;
  border-bottom: 1px solid var(--rule);
}

.wordmark {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  text-decoration: none;
}

.brand-nib {
  width: 2rem;
  height: 2.7rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wordmark-copy {
  display: grid;
  gap: 0.1rem;
}

.wordmark-copy strong,
.footer-brand strong {
  font-family: var(--display);
  font-size: 1.24rem;
  letter-spacing: -0.015em;
}

.wordmark-copy small {
  font-family: var(--label);
  font-size: 0.58rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

nav {
  display: flex;
  gap: 1.5rem;
}

nav a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0;
  font-size: 0.8rem;
  text-decoration: none;
}

nav a span {
  color: var(--oxblood);
  font-family: var(--label);
  font-size: 0.56rem;
  font-weight: 700;
}

nav a:hover {
  box-shadow: 0 1px 0 var(--iron);
}

.header-status {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--label);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.header-status > span {
  border: 0;
  background: var(--brass);
  box-shadow: 0 0 0 3px rgba(164, 120, 50, 0.14);
}

main {
  overflow: clip;
}

.desk-intro,
.inspection-section {
  width: min(1260px, calc(100% - 3rem));
  margin: 0 auto;
}

.desk-intro {
  position: relative;
  padding-bottom: 5rem;
  border-left: 1px solid rgba(127, 35, 48, 0.24);
}

.register-line,
.section-marker,
.sheet-heading,
.determination-topline {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  font-family: var(--label);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.register-line {
  padding: 0.7rem 0 0.7rem 2.5rem;
  border-bottom: 1px solid var(--rule);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.58fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  min-height: 610px;
  padding: 5.5rem 0 1rem 2.5rem;
}

.eyebrow {
  margin: 0 0 1.1rem;
  color: var(--oxblood);
  font-family: var(--label);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--brass-light);
}

h1,
h2,
h3,
.desk-note p {
  font-family: var(--display);
  font-weight: 400;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7.1rem);
  letter-spacing: -0.052em;
  line-height: 0.88;
}

h1 em {
  color: var(--oxblood);
  font-weight: 400;
}

.intro-deck {
  max-width: 680px;
  margin: 2.1rem 0 0;
  color: var(--iron-soft);
  font-size: clamp(1.02rem, 1.35vw, 1.2rem);
  line-height: 1.75;
}

.desk-note {
  padding: 1.45rem;
  border: 1px solid var(--iron);
  background: var(--sheet);
  box-shadow: 8px 8px 0 var(--iron-faint);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
  transform: rotate(0.4deg);
}

.note-number {
  color: var(--oxblood);
  font-family: var(--label);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desk-note > p {
  margin: 2.5rem 0;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.desk-note dl {
  margin: 0;
  border-top: 1px solid var(--iron);
}

.desk-note dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--rule);
}

.desk-note dt,
.desk-note dd {
  font-size: 0.7rem;
}

.desk-note dt {
  color: var(--iron-soft);
}

.desk-note dd {
  margin: 0;
  font-weight: 700;
}

.held {
  color: var(--oxblood);
}

.tool-index {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--iron);
  border-bottom: 1px solid var(--iron);
  background: rgba(251, 247, 237, 0.38);
}

.tool-index a {
  display: grid;
  min-height: 150px;
  align-content: center;
  gap: 0.35rem;
  padding: 1.6rem clamp(1.5rem, 8vw, 7rem);
  border-right: 1px solid var(--iron);
  text-decoration: none;
}

.tool-index a:last-child {
  border-right: 0;
}

.tool-index a:hover {
  background: var(--sheet);
  box-shadow: inset 0 -4px 0 var(--oxblood);
}

.tool-index span,
.tool-index small {
  color: var(--iron-soft);
  font-family: var(--label);
  font-size: 0.58rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tool-index span {
  color: var(--oxblood);
  font-weight: 700;
}

.tool-index strong {
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 400;
}

.inspection-section {
  padding: 7rem 0;
}

.pelikan-section {
  border-top: 1px solid var(--iron);
}

.section-marker {
  display: grid;
  grid-template-columns: 4rem 1fr;
  align-items: center;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--rule);
}

.section-marker span:first-child {
  color: var(--oxblood);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.58fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  padding: 3rem 0 3.5rem;
}

h2 {
  margin: 0;
  font-size: clamp(3rem, 5.8vw, 5.8rem);
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.section-heading > p {
  margin: 0;
  color: var(--iron-soft);
  font-size: 0.95rem;
  line-height: 1.75;
}

.section-heading code {
  padding: 0.08rem 0.25rem;
  background: var(--sheet);
  font-family: var(--label);
  font-size: 0.78rem;
}

.desk-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.62fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.observation-sheet,
.determination-sheet {
  border: 1px solid var(--iron);
  background: var(--sheet);
}

.observation-sheet {
  box-shadow: 8px 8px 0 var(--iron-faint);
}

.sheet-heading,
.determination-topline {
  padding: 0.9rem 1.1rem;
  border-bottom: 1px solid var(--iron);
}

.sheet-heading span:last-child,
.determination-topline span:last-child {
  color: var(--moss);
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 1.5rem;
  border: 0;
  border-bottom: 1px solid var(--rule);
}

legend {
  width: 100%;
  padding: 0 0 0.9rem;
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 600;
}

legend span {
  display: inline-block;
  min-width: 2.1rem;
  color: var(--oxblood);
  font-family: var(--label);
  font-size: 0.58rem;
}

.choice-grid {
  display: grid;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.choice-grid-four {
  grid-template-columns: repeat(4, 1fr);
}

.choice-grid-three {
  grid-template-columns: repeat(3, 1fr);
}

.choice-grid label,
.mechanism-list label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.choice-grid label {
  display: flex;
  min-height: 106px;
  padding: 1rem;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.choice-grid input,
.mechanism-list input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.choice-grid label > span,
.mechanism-list label > span:last-child {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  width: 100%;
}

.choice-grid strong,
.mechanism-list strong {
  font-family: var(--display);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.25;
}

.choice-grid small,
.mechanism-list small,
.reference-field small {
  color: var(--iron-soft);
  font-size: 0.67rem;
  line-height: 1.45;
}

.choice-grid label:hover,
.mechanism-list label:hover {
  background: var(--vellum);
}

.choice-grid label:has(input:checked),
.mechanism-list label:has(input:checked) {
  background: var(--iron);
  color: var(--sheet);
  box-shadow: inset 4px 0 0 var(--brass);
}

.choice-grid label:has(input:checked) small,
.mechanism-list label:has(input:checked) small {
  color: rgba(251, 247, 237, 0.68);
}

.choice-grid label:has(input:focus-visible),
.mechanism-list label:has(input:focus-visible) {
  outline: 3px solid var(--brass);
  outline-offset: 3px;
  z-index: 1;
}

.mechanism-list {
  border-top: 1px solid var(--rule);
}

.mechanism-list label {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.8rem;
  min-height: 78px;
  align-items: center;
  padding: 0.8rem 1rem;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.mechanism-code {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border: 1px solid currentColor;
  color: var(--oxblood);
  font-family: var(--label);
  font-size: 0.65rem;
  font-weight: 700;
}

.mechanism-list label:has(input:checked) .mechanism-code {
  color: var(--brass-light);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1.5rem;
}

.button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  padding: 0.85rem 1.15rem;
  border: 1px solid var(--iron);
  border-radius: 0;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 700;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}

.button-primary {
  background: var(--iron);
  color: var(--sheet);
}

.button-primary span {
  color: var(--brass-light);
}

.button-secondary {
  background: transparent;
  color: var(--iron);
}

.button:hover {
  box-shadow: inset 0 -3px 0 var(--oxblood);
}

.determination-sheet {
  position: sticky;
  top: 1.25rem;
  padding-bottom: 1rem;
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
}

.determination-topline span:last-child {
  color: var(--iron-soft);
}

.determination-mark {
  display: grid;
  width: 5rem;
  height: 5rem;
  place-items: center;
  margin: 2rem 1.5rem 1.4rem auto;
  border: 2px solid var(--rule);
  border-radius: 50%;
  color: var(--iron-soft);
  font-family: var(--display);
  font-size: 2.5rem;
  transform: rotate(-6deg);
}

.result-kicker,
.result-limit,
.result-evidence h4,
.result-facts dt {
  font-family: var(--label);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.result-kicker {
  margin: 0 1.5rem 0.55rem;
  color: var(--oxblood);
}

.determination-sheet h3 {
  margin: 0 1.5rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.result-statement {
  margin: 1.25rem 1.5rem 1.5rem;
  color: var(--iron-soft);
  font-size: 0.88rem;
  line-height: 1.65;
}

.determination-sheet[data-decision="candidate"] .determination-mark {
  border-color: var(--moss);
  color: var(--moss);
}

.determination-sheet[data-decision="candidate"] .determination-topline span:last-child {
  color: var(--moss);
}

.determination-sheet[data-decision="refuse"] .determination-mark,
.determination-sheet[data-decision="insufficient_data"] .determination-mark {
  border-color: var(--oxblood);
  color: var(--oxblood);
}

.determination-sheet[data-decision="refuse"] .determination-topline span:last-child,
.determination-sheet[data-decision="insufficient_data"] .determination-topline span:last-child {
  color: var(--oxblood);
}

.result-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.result-facts[hidden] {
  display: none;
}

.result-facts div {
  min-width: 0;
  padding: 0.8rem;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.result-facts dt {
  color: var(--iron-soft);
}

.result-facts dd {
  margin: 0.35rem 0 0;
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
}

.result-evidence {
  margin: 0 1.5rem 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--iron);
}

.result-evidence[hidden] {
  display: none;
}

.result-evidence h4 {
  margin: 0 0 0.75rem;
  color: var(--oxblood);
}

.result-evidence ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--rule);
  list-style: none;
}

.result-evidence li {
  padding: 0.85rem 0.75rem;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  border-left: 3px solid var(--brass);
}

.result-evidence li > div {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: start;
}

.result-evidence a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  font-family: var(--display);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
}

.source-class {
  flex: 0 0 auto;
  color: var(--moss);
  font-family: var(--label);
  font-size: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.evidence-statement,
.evidence-locator {
  margin: 0.5rem 0 0;
  color: var(--iron-soft);
  font-size: 0.67rem;
  line-height: 1.5;
}

.evidence-locator {
  font-family: var(--label);
  font-size: 0.55rem;
}

.result-limit {
  margin: 0 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--rule);
  color: var(--oxblood);
  line-height: 1.5;
}

.desk-grid-compact {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.68fr);
}

.reference-field {
  display: grid;
  gap: 0.55rem;
}

.reference-field > span {
  font-family: var(--label);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reference-field input {
  width: 100%;
  min-height: 4rem;
  padding: 0.7rem 0;
  border: 0;
  border-bottom: 2px solid var(--iron);
  border-radius: 0;
  background: transparent;
  color: var(--iron);
  font-family: var(--display);
  font-size: clamp(1.65rem, 4vw, 2.8rem);
}

.reference-field input::placeholder {
  color: rgba(44, 64, 80, 0.38);
}

.reference-ledger {
  margin: 1.5rem;
  padding: 1rem;
  border: 1px solid var(--rule);
  background: var(--vellum);
}

.reference-ledger span {
  color: var(--oxblood);
  font-family: var(--label);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reference-ledger p {
  margin: 0.65rem 0 0;
  color: var(--iron-soft);
  font-family: var(--label);
  font-size: 0.65rem;
  line-height: 1.7;
}

.limits-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(3rem, 8vw, 8rem);
  padding: 7rem max(1.5rem, calc((100vw - 1260px) / 2));
  background: var(--iron);
  color: var(--vellum);
}

.limits-section h2 {
  font-size: clamp(3rem, 5vw, 5.2rem);
}

.limits-section ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--rule-light);
  border-left: 1px solid var(--rule-light);
  list-style: none;
}

.limits-section li {
  min-height: 220px;
  padding: 1.4rem;
  border-right: 1px solid var(--rule-light);
  border-bottom: 1px solid var(--rule-light);
}

.limits-section li > span {
  color: var(--brass-light);
  font-family: var(--display);
  font-size: 1.25rem;
}

.limits-section strong {
  display: block;
  margin-top: 3.5rem;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 400;
}

.limits-section li p {
  margin-bottom: 0;
  color: rgba(239, 231, 213, 0.68);
  font-size: 0.8rem;
  line-height: 1.6;
}

footer {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.75fr) auto;
  gap: 2rem;
  align-items: center;
  padding: 3rem max(1.5rem, calc((100vw - 1260px) / 2));
  border-top: 1px solid var(--iron);
  background: var(--sheet);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

footer p {
  margin: 0;
  line-height: 1.5;
}

.footer-note,
.footer-edition {
  color: var(--iron-soft);
  font-size: 0.68rem;
}

.footer-edition {
  justify-self: end;
  font-family: var(--label);
  font-size: 0.55rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    grid-row: 2;
    grid-column: 1 / -1;
    justify-content: center;
    border-top: 1px solid var(--rule);
  }

  .intro-grid,
  .section-heading,
  .desk-grid,
  .desk-grid-compact,
  .limits-section {
    grid-template-columns: 1fr;
  }

  .intro-grid {
    min-height: 0;
  }

  .desk-note {
    max-width: 620px;
  }

  .determination-sheet {
    position: static;
  }

  .limits-section {
    gap: 3rem;
  }
}

@media (max-width: 760px) {
  .site-header,
  .desk-intro,
  .inspection-section {
    width: min(100% - 2rem, 1260px);
  }

  .site-header {
    gap: 0.75rem;
  }

  .site-header nav {
    justify-content: flex-start;
    gap: 0.8rem;
    overflow-x: auto;
  }

  .site-header nav a {
    flex: 0 0 auto;
  }

  .header-status {
    max-width: 9rem;
    text-align: right;
  }

  .register-line {
    display: grid;
    padding-left: 1.5rem;
  }

  .intro-grid {
    padding: 4rem 0 0 1.5rem;
  }

  h1 {
    font-size: clamp(3.3rem, 15vw, 5.3rem);
  }

  .tool-index {
    grid-template-columns: 1fr;
  }

  .tool-index a {
    min-height: 124px;
    padding: 1.4rem 1rem;
    border-right: 0;
    border-bottom: 1px solid var(--iron);
  }

  .tool-index a:last-child {
    border-bottom: 0;
  }

  .inspection-section {
    padding: 5rem 0;
  }

  .section-heading {
    padding: 2.4rem 0 2.8rem;
  }

  .choice-grid-four,
  .choice-grid-three {
    grid-template-columns: repeat(2, 1fr);
  }

  .choice-grid label {
    min-height: 104px;
  }

  .result-evidence li > div {
    display: grid;
  }

  .source-class {
    width: fit-content;
  }

  .limits-section ol {
    grid-template-columns: 1fr;
  }

  .limits-section li {
    min-height: 180px;
  }

  .limits-section strong {
    margin-top: 2rem;
  }

  footer {
    grid-template-columns: 1fr;
  }

  .footer-edition {
    justify-self: start;
  }
}

@media (max-width: 460px) {
  .prototype-ribbon {
    justify-content: flex-start;
  }

  .wordmark-copy small {
    max-width: 9rem;
  }

  .site-header nav {
    grid-column: 1 / -1;
  }

  .header-status {
    font-size: 0.53rem;
  }

  h1 {
    font-size: 3.4rem;
  }

  h2 {
    font-size: 3rem;
  }

  .choice-grid-four,
  .choice-grid-three {
    grid-template-columns: 1fr;
  }

  fieldset,
  .form-actions {
    padding: 1.1rem;
  }

  .mechanism-list label {
    grid-template-columns: 2.25rem 1fr;
    padding: 0.8rem;
  }

  .form-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .determination-sheet h3,
  .result-kicker,
  .result-statement,
  .result-facts,
  .result-evidence,
  .result-limit {
    margin-right: 1.1rem;
    margin-left: 1.1rem;
  }

  .result-facts {
    grid-template-columns: 1fr;
  }

  .reference-ledger {
    margin: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}


.published-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.published-footer-links a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  font-size: 0.72rem;
}
