/* Branded styling for plain content pages (e.g. Privacy Policy, Terms).
   Applied only on pages that don't use the ac/* blocks — the body gets the
   .ac-page class (dark bg, grid, tokens from spectrum.css) plus .ac-doc. */

/* Hide Astra's default header/footer — we inject the branded nav + footer. */
body.ac-doc .site-header,
body.ac-doc #masthead,
body.ac-doc .ast-above-header,
body.ac-doc .ast-below-header,
body.ac-doc .site-footer,
body.ac-doc #colophon { display: none !important; }

/* Transparent content wrappers so the dark page shows through. */
body.ac-doc #page,
body.ac-doc #content,
body.ac-doc .site-content,
body.ac-doc .ast-container,
body.ac-doc article,
body.ac-doc .entry-content { background: transparent !important; }

/* Layout: clear the fixed nav pill, center a readable column. */
body.ac-doc .site-content { padding-top: 120px; padding-bottom: 60px; }
body.ac-doc .ast-container { max-width: 900px; }
body.ac-doc .entry-header,
body.ac-doc .entry-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Title */
body.ac-doc .entry-title {
  font-family: 'Space Grotesk', sans-serif !important;
  color: var(--text) !important;
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

/* Body copy */
body.ac-doc .entry-content {
  font-family: 'Inter', sans-serif;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}
body.ac-doc .entry-content h2 {
  font-family: 'Space Grotesk', sans-serif !important;
  color: var(--text) !important;
  font-size: 1.35rem;
  margin: 2.4rem 0 0.8rem;
}
body.ac-doc .entry-content h3 {
  font-family: 'Space Grotesk', sans-serif !important;
  color: var(--text) !important;
  font-size: 1.08rem;
  margin: 1.7rem 0 0.5rem;
}
body.ac-doc .entry-content p { margin: 0 0 1rem; }
body.ac-doc .entry-content strong { color: var(--text); }
body.ac-doc .entry-content a { color: var(--cyan); text-decoration: underline; }
body.ac-doc .entry-content a:hover { text-decoration: none; }
body.ac-doc .entry-content ul { margin: 0 0 1.2rem; padding-left: 1.4em; }
body.ac-doc .entry-content li { margin: 0.4em 0; }
body.ac-doc .entry-content em { color: var(--subtle); }

@media (max-width: 640px) {
  body.ac-doc .site-content { padding-top: 100px; }
}
