.page-help {
  --help-step-col: calc(var(--space-6) + var(--space-2));
  --help-dark-ink: color-mix(in srgb, var(--color-contrast-ink) 62%, transparent);
}

.page-help .help-hero {
  position: relative;
  padding-top: var(--space-8);
  padding-bottom: var(--space-8);
  background-color: var(--color-contrast-surface);
  background-image: radial-gradient(
    color-mix(in srgb, var(--color-contrast-line) 70%, transparent) 1px,
    transparent 1px
  );
  background-size: 28px 28px;
  color: var(--color-contrast-ink);
  overflow: hidden;
}

.page-help .help-hero .breadcrumbs {
  margin-bottom: var(--space-6);
  color: var(--help-dark-ink);
}

.page-help .help-hero .breadcrumbs a {
  color: color-mix(in srgb, var(--color-contrast-ink) 84%, transparent);
  text-decoration: none;
}

.page-help .help-hero .breadcrumbs a:hover,
.page-help .help-hero .breadcrumbs a:focus-visible {
  color: var(--color-contrast-accent);
}

.page-help .help-hero__top {
  margin-bottom: var(--space-6);
}

.page-help .help-hero .eyebrow {
  margin-bottom: var(--space-3);
  color: var(--color-contrast-accent);
}

.page-help .help-hero__title {
  margin: 0;
  max-width: 14ch;
  font-family: var(--font-heading);
  font-size: var(--text-display);
  font-weight: var(--weight-heading);
  line-height: var(--leading-heading);
  letter-spacing: var(--tracking-heading);
  color: var(--color-contrast-ink);
}

.page-help .help-hero__meta {
  align-items: start;
}

.page-help .help-hero__lead {
  margin: 0;
  max-width: var(--measure);
  font-size: var(--text-base);
  line-height: var(--leading-body);
  color: color-mix(in srgb, var(--color-contrast-ink) 86%, transparent);
}

.page-help .help-hero__lead a {
  color: var(--color-contrast-accent);
  text-decoration: none;
  border-bottom: var(--border-thin) dotted var(--color-contrast-accent);
}

.page-help .help-hero__lead a:hover,
.page-help .help-hero__lead a:focus-visible {
  border-bottom-style: solid;
}

.page-help .help-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-3);
  margin: 0;
  padding-top: var(--space-3);
  border-top: var(--border-thin) dotted var(--color-contrast-line);
}

.page-help .help-hero__stat dt {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  color: var(--help-dark-ink);
}

.page-help .help-hero__stat dd {
  margin: var(--space-1) 0 0;
  font-family: var(--font-mono);
  font-size: var(--text-xl);
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-contrast-accent);
}

.page-help .help-scale {
  margin-top: var(--space-8);
  padding-top: var(--space-4);
  border-top: var(--border-thin) dotted var(--color-contrast-line);
}

.page-help .help-scale__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--space-3) 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-help .help-scale__item {
  padding-left: var(--space-2);
  border-left: var(--border-thin) dotted var(--color-contrast-line);
}

.page-help .help-scale__num {
  display: block;
  font-family: var(--font-mono);
  font-size: var(--text-2xl);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  color: color-mix(in srgb, var(--color-contrast-ink) 78%, transparent);
}

.page-help .help-scale__item:first-child .help-scale__num,
.page-help .help-scale__item:last-child .help-scale__num {
  color: var(--color-contrast-accent);
}

.page-help .help-jump {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-4);
}

.page-help .help-jump__link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  padding: var(--space-1) var(--space-2);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  color: var(--color-contrast-ink);
  text-decoration: none;
  border: var(--border-thin) solid var(--color-contrast-line);
  border-radius: var(--radius-sm);
  transition: border-color 160ms ease, color 160ms ease;
}

.page-help .help-jump__link .num {
  color: var(--color-contrast-accent);
}

.page-help .help-jump__link:hover,
.page-help .help-jump__link:focus-visible {
  border-color: var(--color-contrast-accent);
  color: var(--color-contrast-accent);
}

.page-help .help-hero__figure {
  margin: var(--space-8) 0 0;
  border: var(--border-thin) dotted var(--color-contrast-line);
}

.page-help .help-hero__figure .figure-frame__caption {
  padding: var(--space-2) var(--space-3);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  line-height: 1.5;
  color: var(--help-dark-ink);
}

.page-help .stage {
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
  background-color: var(--color-surface);
}

.page-help .stage--alt {
  background-color: var(--color-surface-alt);
}

.page-help .stage + .stage {
  border-top: var(--border-thin) dotted var(--color-line);
}

.page-help .stage__head {
  display: grid;
  gap: var(--space-3);
  margin-bottom: var(--space-6);
}

.page-help .stage__index {
  font-family: var(--font-mono);
  font-size: var(--text-4xl);
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
}

.page-help .stage__head-body .mono-label {
  display: block;
  margin-bottom: var(--space-2);
}

.page-help .stage__title {
  margin: 0 0 var(--space-2);
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  font-weight: var(--weight-heading);
  line-height: var(--leading-heading);
  color: var(--color-ink);
}

.page-help .stage__note {
  margin: 0;
  max-width: var(--measure);
  font-size: var(--text-base);
  line-height: var(--leading-body);
  color: var(--color-ink-soft);
}

.page-help .stage__figure {
  margin: 0 0 var(--space-6);
  border: var(--border-thin) dotted var(--color-line);
}

.page-help .stage__figure--narrow {
  max-width: 720px;
}

.page-help .stage__figure .figure-frame__caption {
  padding: var(--space-2) var(--space-3);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  line-height: 1.5;
  color: var(--color-ink-muted);
}

.page-help .figure-frame__media {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-help .stage__steps {
  border-bottom: var(--border-thin) dotted var(--color-line);
}

.page-help .step {
  border-top: var(--border-thin) dotted var(--color-line);
}

.page-help .step__head {
  display: grid;
  grid-template-columns: var(--help-step-col) minmax(0, 1fr) auto;
  align-items: baseline;
  gap: var(--space-3);
  padding: var(--space-3) 0;
  cursor: pointer;
  list-style: none;
}

.page-help .step__head::-webkit-details-marker {
  display: none;
}

.page-help .step__num {
  font-family: var(--font-mono);
  font-size: var(--text-xl);
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
}

.page-help .step__label {
  display: block;
  min-width: 0;
}

.page-help .step__title {
  display: block;
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: 600;
  line-height: 1.35;
  color: var(--color-ink);
  transition: color 140ms ease;
}

.page-help .step__sub {
  display: block;
  margin-top: var(--space-1);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.06em;
  color: var(--color-ink-muted);
}

.page-help .step__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--space-3);
  height: var(--space-3);
  font-family: var(--font-mono);
  font-size: var(--text-base);
  line-height: 1;
  color: var(--color-primary);
}

.page-help .step__toggle::before {
  content: "+";
}

.page-help .step[open] .step__toggle::before {
  content: "–";
}

.page-help .step__head:hover .step__title,
.page-help .step__head:focus-visible .step__title {
  color: var(--color-primary);
}

.page-help .step__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-3);
  padding-bottom: var(--space-4);
}

.page-help .step__field {
  min-width: 0;
}

.page-help .step__field p {
  margin: var(--space-1) 0 0;
  font-size: var(--text-base);
  line-height: var(--leading-body);
  color: var(--color-ink);
}

.page-help .step__field a {
  color: var(--color-primary);
  text-decoration: none;
  border-bottom: var(--border-thin) dotted var(--color-primary);
}

.page-help .step__field a:hover,
.page-help .step__field a:focus-visible {
  border-bottom-style: solid;
}

.page-help .step__field--note {
  padding: var(--space-2) var(--space-3);
  background-color: var(--color-surface-deep);
  border-radius: var(--radius-sm);
}

.page-help .stage--alt .step__field--note {
  background-color: var(--color-highlight);
}

.page-help .step__field--check .mono-label {
  color: var(--color-accent);
}

.page-help .step__field--check p {
  padding-left: var(--space-2);
  border-left: var(--border-thin) solid var(--color-accent);
}

.page-help .help-confirm {
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
  background-color: var(--color-surface);
  border-top: var(--border-thin) dotted var(--color-line);
}

.page-help .help-confirm__head {
  margin-bottom: var(--space-4);
}

.page-help .help-confirm__head .mono-label {
  display: block;
  margin-bottom: var(--space-2);
}

.page-help .help-confirm__title {
  margin: 0 0 var(--space-2);
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  font-weight: var(--weight-heading);
  line-height: var(--leading-heading);
  color: var(--color-ink);
}

.page-help .help-confirm__note {
  margin: 0;
  max-width: var(--measure);
  font-size: var(--text-base);
  line-height: var(--leading-body);
  color: var(--color-ink-soft);
}

.page-help .help-confirm__table {
  width: 100%;
  margin-top: var(--space-4);
}

.page-help .help-confirm__table caption {
  padding-bottom: var(--space-2);
  text-align: left;
}

.page-help .help-confirm__table th,
.page-help .help-confirm__table td {
  padding: var(--space-2) var(--space-3) var(--space-2) 0;
  text-align: left;
  vertical-align: top;
  font-size: var(--text-sm);
  line-height: 1.55;
  color: var(--color-ink);
}

.page-help .help-confirm__table thead th {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--color-ink-muted);
}

.page-help .help-confirm__table tbody th {
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--color-primary);
}

.page-help .help-confirm__aside {
  height: 100%;
  padding: var(--space-4) var(--space-4) var(--space-6);
  background-color: var(--color-contrast-surface);
  color: var(--color-contrast-ink);
  border-radius: var(--radius-sm);
}

.page-help .help-confirm__aside .mono-label {
  display: block;
  margin-bottom: var(--space-2);
  color: var(--color-contrast-accent);
}

.page-help .help-confirm__aside-title {
  margin: 0 0 var(--space-3);
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: var(--weight-heading);
  line-height: var(--leading-heading);
  color: var(--color-contrast-ink);
}

.page-help .help-confirm__aside p {
  margin: 0 0 var(--space-4);
  font-size: var(--text-base);
  line-height: var(--leading-body);
  color: color-mix(in srgb, var(--color-contrast-ink) 82%, transparent);
}

.page-help .help-confirm__aside .btn {
  display: inline-block;
}

.page-help .help-confirm__aside-foot {
  margin-top: var(--space-4);
  margin-bottom: 0;
  font-size: var(--text-sm);
  line-height: 1.6;
  color: color-mix(in srgb, var(--color-contrast-ink) 66%, transparent);
}

.page-help .help-confirm__aside-foot a {
  color: var(--color-contrast-accent);
  text-decoration: none;
  border-bottom: var(--border-thin) dotted var(--color-contrast-accent);
}

.page-help .help-confirm__aside-foot a:hover,
.page-help .help-confirm__aside-foot a:focus-visible {
  border-bottom-style: solid;
}

@media (min-width: 720px) {
  .page-help .help-scale__list {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .page-help .help-scale__num {
    font-size: var(--text-3xl);
  }

  .page-help .step__body {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-4);
  }
}

@media (min-width: 900px) {
  .page-help .help-hero {
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
  }

  .page-help .stage__head {
    grid-template-columns: calc(var(--space-8) + var(--space-6)) minmax(0, 1fr);
    gap: var(--space-6);
    align-items: start;
  }

  .page-help .stage__index {
    font-size: var(--text-4xl);
  }

  .page-help .stage__title {
    font-size: var(--text-3xl);
  }

  .page-help .help-confirm__grid {
    align-items: stretch;
  }
}

@media (min-width: 1120px) {
  .page-help .help-scale__num {
    font-size: var(--text-4xl);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-help .help-jump__link,
  .page-help .step__title {
    transition: none;
  }
}
<<<END>>>
