html { scroll-behavior: smooth; }
body, p, li, h1, h2, h3 {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.prose-copy { max-width: 68ch; }
summary::-webkit-details-marker { display: none; }
summary { -webkit-tap-highlight-color: transparent; }
.hero-slide { transition: opacity 1.2s ease-in-out; }
img { max-width: 100%; height: auto; }
