/* print.css — one-pager export for the Brand Foundation Builder (zero JS).
   Loaded on tool.html. When the user prints, only the .onepager sheet shows. */
@media print {
  @page { margin: 14mm; }
  html, body { background: #fff !important; }
  body::before, body::after { display: none !important; }
  /* hide everything, then reveal only the foundation sheet */
  body * { visibility: hidden !important; }
  .onepager, .onepager * { visibility: visible !important; }
  .onepager {
    position: absolute !important; left: 0; top: 0; width: 100%;
    box-shadow: none !important; border: none !important; transform: none !important;
    background: #fff !important; padding: 0 !important;
  }
  .nav, .footer, .scrollrail, .cursor-dot, .cursor-ring, .wipe, .mobile-sheet,
  .builder-rail, .builder-main, .skip-link, .tool-extras, .tool-cta { display: none !important; }
}
