/* ================================================================
   ACF — Print Stylesheet  (assets/css/print.css)
   Link in header: <link rel="stylesheet" href="assets/css/print.css" media="print">
================================================================ */

@media print {
  /* Hide non-essential UI */
  .site-header,
  .hero-scroll,
  .stats-strip,
  .cta-band,
  .site-footer,
  .back-to-top,
  .skip-link,
  .events-filter,
  .nav-toggle,
  form,
  iframe,
  video { display: none !important; }

  body {
    font-family: Georgia, serif;
    font-size: 11pt;
    color: #000;
    background: #fff;
    margin: 0;
    padding: 0;
  }

  /* Reset container widths */
  .container { max-width: 100%; padding: 0; }

  /* Page title area */
  .page-hero {
    background: none !important;
    padding: 1rem 0 !important;
    border-bottom: 2pt solid #c8962a;
    margin-bottom: 1.5rem;
  }
  .page-hero h1 { color: #000; font-size: 22pt; }
  .page-hero p  { color: #444; }

  /* Expand collapsed grids to single column */
  .about-grid,
  .services-grid,
  .events-grid,
  .portfolio-grid,
  .testimonials-grid,
  .footer-grid,
  .contact-grid,
  .process-grid,
  .values-grid,
  .team-grid { display: block !important; }

  /* Keep images from bleeding off page */
  img { max-width: 100%; page-break-inside: avoid; }

  /* Avoid orphaned headings */
  h1, h2, h3, h4 { page-break-after: avoid; }

  /* Section spacing */
  .section, .section-alt, .section-dark { padding: 1rem 0 !important; }

  /* Footer print line */
  body::after {
    content: "Aum Creative Factory — acf.co.in — +91 93222 71785 — omgraphics.india@gmail.com";
    display: block;
    text-align: center;
    font-size: 9pt;
    color: #888;
    border-top: 1pt solid #ccc;
    padding-top: .5rem;
    margin-top: 2rem;
  }
}
