﻿/* =========================================================
   Print stylesheet â€” clean, ink-friendly
   ========================================================= */

@media print {
  /* Kill motion */
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }

  @page {
    size: letter;
    margin: 0.6in;
  }

  html, body {
    background: #ffffff !important;
    color: #000000 !important;
  }

  /* Hide non-essential UI */
  .site-header,
  .skip-link,
  .icon-btn,
  .cta-row .btn-quiet,
  .cta-row [data-action="copy-email"],
  .noscript {
    display: none !important;
  }

  #main {
    padding: 0 !important;
  }

  .container {
    max-width: none !important;
    padding: 0 !important;
  }

  /* Reduce decorative effects */
  .hero-card,
  .role,
  .card,
  .skill,
  .contact-card {
    box-shadow: none !important;
    background: transparent !important;
  }

  .role,
  .card,
  .skill,
  .contact-card {
    border: 1px solid #dddddd !important;
  }

  a {
    text-decoration: underline;
    text-decoration-color: #000;
  }

  .hero-title {
    font-size: 22pt !important;
  }

  .hero-subtitle {
    font-size: 11pt !important;
  }

  .section {
    page-break-inside: avoid;
  }

  /* Ensure reveals are visible */
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  /* Footer */
  .site-footer {
    border-top: 1px solid #dddddd !important;
  }
}
