/* ── YOUGU Brands — Print Stylesheet ─────────────────────── */
@media print {
  /* Hide navigation, footer, audio, cookie banner */
  #header,
  .site-footer,
  #audio-bar,
  #cookie-banner,
  .mobile-overlay,
  .c-hero__btn,
  .wave-wrap { display: none !important; }

  /* Remove backgrounds — save ink */
  body, .c-section--white, .c-section--dark, .c-hero {
    background: white !important;
    color: black !important;
  }

  /* Full width content */
  #spa-content, .c-container, .c-container--narrow {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Show full URLs for links */
  a[href]::after {
    content: ' (' attr(href) ')';
    font-size: .75em;
    color: #666;
  }
  a[href^="#"]::after,
  a[href^="javascript"]::after { content: ''; }

  /* Page breaks */
  h2 { page-break-after: avoid; }
  .c-split, .c-grid { page-break-inside: avoid; }

  /* Typography */
  body { font-size: 11pt; line-height: 1.5; }
  h1 { font-size: 20pt; }
  h2 { font-size: 14pt; }
  h3 { font-size: 12pt; }
}
