/* ============================
   🖨️ Standard-Druck ab A5 (≥ 148mm)
   ============================ */
@media print and (min-width: 148mm) {
  body {
    background:#fff !important; color:#000 !important;
    font-size:12pt; line-height:1.4; margin:0; padding:0;
  }

  .topbar, .a11y-toggle, nav.links { display:none !important; }

  .grid-2 { display:block !important; max-width:none !important; padding:0 !important; }
  .section-1, .section-2 {
    background:none !important; border:none !important; box-shadow:none !important;
    padding:0 !important; margin-bottom:1.5rem;
  }

  .logo { width:60px !important; height:auto !important; margin-bottom:.5rem !important; }

  h1, h2 { color:#000 !important; margin:.5rem 0 .25rem; }

  a { color:#000 !important; text-decoration:none !important; }
  a[href^="http"]::after { content:" (" attr(href) ")"; font-size:.9em; }
  a[href^="mailto"]::after { content:""; }
}

/* =========================================
   💳 Visitenkarte: DIN A8 (52 × 74 mm)
   ========================================= */
@media print and (max-width: 100mm) {
  @page { size: 52mm 74mm; margin: 0; }

  body { font-size:9pt; line-height:1.3; margin:0; padding:0; }
  .topbar, .a11y-toggle, nav.links, details.gpg { display:none !important; }

  .grid-2 {
    display:flex !important; justify-content:center; align-items:center;
    width:52mm; height:74mm; margin:0 auto;
  }

  .section-1 {
    border:1px solid #000; border-radius:3mm; box-sizing:border-box;
    width:100%; height:100%; padding:4mm;
    display:flex; flex-direction:column; justify-content:center; align-items:center; gap:2mm;
    text-align:center;
  }
  .section-1 .logo { width:16mm !important; margin:0 0 2mm; }
  .section-1 .p-name, .section-1 .p-org { font-size:11pt; font-weight:bold; }
  .section-1 .p-locality, .section-1 .p-country-name { font-size:8pt; display:inline; }

  /* Section 2 verstecken, außer Mailadresse */
  .section-2 > * { display: none !important; }
  .section-2 .u-email {
    display:block !important; margin-top:2mm;
    font-size:8pt; color:#000 !important; text-decoration:none !important;
  }
}
