/* Legal pages (privacy, terms, refunds) — layout & typography structure only.
   Colours (body background, headings, body text, .meta, .entity-box surface)
   come from theme.css's `body`, `body > main *` and `.entity-box` rules, so
   these pages render on the shared light content theme. Do not set colours or
   a body background here or you'll override the theme. */

main { max-width: 820px; margin: 0 auto; padding: 120px 5vw 80px; }

/* .eyebrow — canonical, defined in theme.css */

main h1 {
  font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700; line-height: 1.05; text-transform: uppercase;
  letter-spacing: 0.5px; margin-bottom: 1rem;
}
.meta { font-size: 0.85rem; margin-bottom: 3rem; padding-bottom: 1.5rem; }
main h2 {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 1px; margin-top: 2.5rem; margin-bottom: 0.75rem;
}
main h2:first-of-type { margin-top: 0; }
main p, main li { font-size: 0.95rem; line-height: 1.75; margin-bottom: 1rem; }
main ul { padding-left: 1.5rem; margin-bottom: 1rem; }
main li { margin-bottom: 0.5rem; }
main a { color: var(--accent); text-decoration: none; transition: color 0.2s; }
main a:hover { color: var(--accent-dark); }
.entity-box { border-left: 3px solid var(--accent); padding: 1.5rem 1.75rem; margin: 1.5rem 0 2rem; }
.entity-box p { margin-bottom: 0.35rem; font-size: 0.9rem; }
.entity-box p:last-child { margin-bottom: 0; }

@media (max-width: 768px) {
  main { padding: 90px 5vw 56px; }
  main h1 { font-size: clamp(1.7rem, 7vw, 2.2rem); }
  main h2 { font-size: 1.15rem; }
}
