@media (max-width: 760px) {
  .site-header__inner,
  .site-footer__inner {
    width: min(100% - 28px, 100%);
  }

  .site-header__inner {
    min-height: 62px;
  }

  .primary-nav {
    display: none;
  }

  .private-session {
    margin-left: auto;
  }

  .private-session span {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    min-width: 52px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: var(--color-ink);
    font-size: 0.86rem;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu nav {
    position: absolute;
    z-index: 20;
    top: 50px;
    right: 0;
    width: min(280px, calc(100vw - 28px));
    padding: 8px 16px;
    border: 1px solid var(--color-border);
    background: var(--color-white);
  }

  .mobile-menu nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--color-border);
    color: var(--color-ink);
    font-weight: 650;
    text-decoration: none;
  }

  .mobile-menu nav a:last-child {
    border-bottom: 0;
  }

  .task-shell {
    width: min(100% - 28px, 100%);
    min-height: auto;
    padding: 24px 0 58px 42px;
  }

  .progress {
    width: calc(100% + 28px);
    margin: 0 0 38px -28px;
  }

  .progress li {
    font-size: 0.64rem;
  }

  .progress__node {
    width: 30px;
    height: 30px;
  }

  .progress li::before,
  .progress li::after {
    top: 15px;
  }

  .civic-thread {
    top: 88px;
    bottom: 38px;
    left: 0;
    width: 34px;
  }

  .civic-thread__line {
    left: 16px;
  }

  .civic-thread__icon {
    top: 82px;
    width: 34px;
    height: 34px;
    margin-top: 32px;
  }

  .civic-thread__icon svg {
    width: 22px;
    height: 22px;
  }

  h1 {
    font-size: 2.2rem;
    line-height: 1.04;
  }

  .lead {
    font-size: 1rem;
  }

  .intake-form textarea {
    min-height: 190px;
  }

  .form-meta {
    flex-direction: column;
    gap: 6px;
  }

  .interpretation-row {
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
  }

  .interpretation-row h2 {
    grid-column: 1 / -1;
    color: var(--color-muted);
  }

  .row-action {
    align-self: center;
  }

  .action-stack {
    grid-template-columns: 1fr;
  }

  .correction-panel,
  .comparison-rail,
  .consent-panel {
    padding: 20px;
  }

  .impact-sections section,
  .process-list li {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .process-list li {
    padding-left: 52px;
  }

  .principle-statement {
    padding: 20px;
  }

  .principle-statement p {
    font-size: 1.28rem;
  }

  .participation-layers li {
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }

  .participation-layers__result {
    grid-column: 2;
  }

  .commitment-list {
    columns: 1;
  }

  .site-footer__inner {
    min-height: 80px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .site-footer__inner span {
    order: 3;
    width: 100%;
    text-align: center;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
