.stable-home .stable-hero {
  align-items: stretch;
}

.stable-home .hero-copy {
  flex: 1;
}

.stable-home .hero h1 {
  letter-spacing: 0;
}

.home-focus {
  flex: 0 0 42%;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  align-self: stretch;
}

.home-focus strong {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font: 800 13px monospace;
  letter-spacing: .14em;
}

.home-focus p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 17px;
}

.home-focus ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.home-focus li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.stable-home .stable-channel strong {
  min-width: max-content;
}

.stable-home .stable-topics {
  margin-bottom: 10px;
}

@media (max-width: 820px) {
  .home-focus {
    margin-top: 22px;
  }

  .stable-home .stable-hero {
    display: block;
  }
}
