/* JAS Cleaning accessibility page styles — ported verbatim from src/website/accessibility.html <style> block.
   Linked from the Next /accessibility route via PageStyles (precedence jas-4-page) so the page renders
   pixel-for-pixel like the finalized static page. */

  .a11y-doc { max-width: 800px; margin: 0 auto; }
  .a11y-doc h2 { font-family: var(--display); font-size: 30px; letter-spacing: -0.02em; margin: 40px 0 14px; font-weight: 400; }
  .a11y-doc h3 { font-family: var(--display); font-size: 22px; letter-spacing: -0.01em; margin: 24px 0 10px; font-weight: 400; }
  .a11y-doc p { font-size: 16px; color: var(--ink-2); line-height: 1.7; margin-bottom: 14px; }
  .a11y-doc ul { font-size: 16px; color: var(--ink-2); line-height: 1.7; padding-left: 22px; }
  .a11y-doc ul li { margin-bottom: 6px; }
  .a11y-doc .meta { font-family: var(--mono); font-size: 12px; color: var(--ink-3); letter-spacing: 0.08em; padding: 16px 20px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); margin-bottom: 24px; }
  .a11y-doc .status-card { background: var(--leaf-bg); border: 1px solid #B8CFA1; border-radius: var(--r-md); padding: 18px 22px; margin: 20px 0; }
  .a11y-doc .status-card .label { font-family: var(--mono); font-size: 11px; color: var(--moss); letter-spacing: 0.14em; text-transform: uppercase; }
  .a11y-doc .status-card h4 { font-family: var(--display); font-size: 18px; color: var(--moss); margin-top: 4px; }
  .a11y-doc .status-card p { color: var(--moss); margin-bottom: 0; font-size: 14px; }
  .a11y-doc .contact-card { background: var(--ink); color: var(--paper); border-radius: var(--r-md); padding: 22px 26px; margin-top: 32px; }
  .a11y-doc .contact-card h3 { color: var(--paper); margin-top: 0; }
  .a11y-doc .contact-card p { color: rgba(244,239,230,0.8); }
  .a11y-doc .contact-card a { color: var(--leaf-soft); border-bottom: 1px dashed rgba(217,229,199,0.4); padding-bottom: 1px; }
