/* ==========================================================================
   Privacy — page-specific composition only.
   ========================================================================== */

/* One reading column, centred over the backdrop. */
.privacy { margin-inline: auto; }

/* Sits close under the heading as a dateline rather than a paragraph. */
.prose .privacy__effective {
  margin-block-start: var(--space-2);
  font-size: var(--text-sm);
}

/* Inline links in the notice: navy and underlined, not colour alone. */
.privacy a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.privacy a:hover { text-decoration-thickness: 2px; }
