/* A quiet release journal using the site's existing ink, purple and type. */
.updates-journal { max-width: 780px; margin: 0 auto; padding: 160px 28px 96px; }
.updates-intro { margin-bottom: 72px; }
.updates-intro h1 { font-size: clamp(3rem, 8vw, 4.5rem); line-height: 1.1; margin-bottom: 22px; }
.updates-intro > p { font-size: 1.25rem; line-height: 1.6; max-width: 560px; }
.updates-intro .updates-note { font-size: .95rem; color: #555c68; margin-top: 18px; }
.update-entry { margin-bottom: 76px; scroll-margin-top: 125px; }
.update-entry .update-date { display: flex; flex-wrap: wrap; gap: 8px 18px; color: #555c68; font-size: .875rem; margin-bottom: 12px; }
.update-entry h2 { font-size: clamp(1.7rem, 4vw, 2.25rem); line-height: 1.2; letter-spacing: -.045rem; margin-bottom: 18px; }
.update-entry h2 a { color: var(--text-primary); text-decoration: none; }
.update-entry h2 a:hover { color: var(--brand-dark); }
.update-entry > p:not(.update-date) { font-size: 1.125rem; line-height: 1.75; }
.updates-journal p a, .updates-end a { color: #7355b0; text-decoration: underline; text-underline-offset: 3px; }
.update-entry figure { margin: 26px 0 0; }
.update-entry figure img { display: block; width: 100%; height: auto; border: 1px solid var(--color-line); border-radius: 8px; }
.update-entry figcaption { font-size: .875rem; color: #555c68; margin-top: 10px; line-height: 1.5; }
.updates-end { font-size: 1rem; line-height: 1.8; }
.updates-skip { position: fixed; top: -100px; left: 16px; z-index: 100; background: white; padding: 12px 20px; }
.updates-skip:focus { top: 12px; }
a:focus-visible { outline: 3px solid #7355b0; outline-offset: 5px; }
@media (max-width: 600px) {
  .updates-journal { padding: 128px 22px 64px; }
  .updates-intro { margin-bottom: 48px; }
  .update-entry { margin-bottom: 56px; }
  .update-entry > p:not(.update-date) { font-size: 1rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
