/* =========================================================
   HITOP v2 – print.css
   ========================================================= */
@media print {
  *,*::before,*::after { background: transparent !important; color: #000 !important; box-shadow: none !important; }
  .site-header, .nav-toggle, .hero-bg, .blob, .grid-overlay,
  .hero-scroll-hint, .hero-cta, .badge-ring, .site-footer a { display: none !important; }
  body { font: 12pt/1.5 Georgia, serif; }
  h1,h2,h3 { font-family: Georgia, serif; page-break-after: avoid; }
  .hero { min-height: auto; padding: 2cm 0 1cm; }
  .hero-title { font-size: 24pt; background: none !important; -webkit-text-fill-color: #000 !important; color: #000 !important; }
  .hero-sub, .about-text p, .card p { color: #333 !important; }
  .section { padding: 1cm 0; page-break-inside: avoid; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); gap: .5cm; }
  .card { border: 1pt solid #ccc; padding: .5cm; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form { display: none; }
  .contact-list a::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555 !important; }
  a[href^="tel"]::after { content: " – " attr(href); }
  .tag-list li { border: 1pt solid #999; }
  @page { margin: 2cm; }
}
