@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero-shell,
  .ledger-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 44vh;
  }

  h1 {
    font-size: 78px;
  }

  .lede {
    font-size: 22px;
  }

  #morphic-field {
    height: 340px;
  }

  .section-heading h2 {
    font-size: 42px;
  }

  .console-panel {
    background: rgba(4, 15, 20, 0.9);
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .topbar {
    min-height: 62px;
  }

  .topbar .ghost-button {
    display: none;
  }

  .hero {
    padding-top: 92px;
  }

  h1 {
    font-size: 58px;
  }

  .lede {
    font-size: 19px;
  }

  #morphic-field {
    height: 280px;
  }

  .console-panel {
    max-height: 300px;
    overflow-y: auto;
  }

  .section-heading h2 {
    font-size: 32px;
  }

  .hero-shell,
  .model-band,
  .century-section,
  .ledger-section {
    width: min(100% - 24px, 1180px);
  }

  .truth-row span {
    width: 100%;
    justify-content: center;
  }

  .input-grid,
  .slider-grid,
  .score-rail,
  .console-actions {
    flex-direction: column;
  }

  .score-rail article {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .score-rail article:last-child {
    border-bottom: 0;
  }

  .vote-field,
  .timeline {
    grid-template-columns: 1fr;
  }

  .console-actions .primary-button,
  .console-actions .ghost-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
