/* ==========================================================
   SLAPY ŽDÁŇ
   print.css
========================================================== */

@media print {
  *,
  *::before,
  *::after {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    background: #fff;
    color: #000;
    font-size: 11pt;
    padding: 0;
  }

  nav,
  .buttons,
  .menu-toggle,
  .mobile-cta,
  .contact,
  .gallery-lightbox,
  footer {
    display: none !important;
  }

  .hero {
    min-height: auto;
    height: auto;
    padding: 28mm 0 18mm;
    background: none !important;
    color: #000;
  }

  .overlay {
    display: none;
  }

  .hero-content {
    color: #000;
  }

  .hero h1 {
    font-size: 28pt;
  }

  .hero p,
  .hero-info span {
    color: #333;
  }

  .section {
    padding: 12mm 0;
    break-inside: avoid;
  }

  .cards,
  .layout,
  .location-box {
    display: block;
  }

  .card,
  .layout-card,
  .location-panel {
    margin-bottom: 6mm;
    border: 1px solid #bbb;
  }

  .property-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 55mm;
  }

  .gallery-item:first-child,
  .gallery-item:nth-child(6n + 4) {
    grid-column: auto;
    grid-row: auto;
  }

  .map {
    display: none;
  }

  a {
    color: #000;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
