/* ============================================================================
 * print.css — print stylesheet for CarbForge brand site
 * ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    font-size: 11pt;
    line-height: 1.5;
    background: #fff !important;
  }

  .site-header,
  .site-nav,
  .lang-switcher,
  .lang-banner,
  .cookie-consent,
  .site-footer__grid,
  .hero__ctas,
  .btn,
  .form__actions {
    display: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
    color: #000 !important;
  }

  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }

  img {
    max-inline-size: 100% !important;
    page-break-inside: avoid;
  }

  h1, h2, h3 {
    page-break-after: avoid;
  }

  p, li {
    orphans: 3;
    widows: 3;
  }

  .section,
  .hero {
    padding-block: 1rem !important;
    page-break-inside: avoid;
  }
}
