@page { size: A4; margin: 18mm; }

@media print {
  html, body { background: #fff !important; color: #000 !important; font-family: Inter, Arial, sans-serif; }
  .site-header, .site-footer, main > .home-hero, main > .verification-strip, main > .entity-lede, main > .products-section, main > .record-section, main > .built-section, main > .faq-section, main > .cta-band, main > .company-page-header, main > .proprietor-section, main > .domains-section, main > .cta-bar { display: none !important; }
  #profile { display: block !important; color: #000; }
  #profile h2 { margin: 0 0 2mm; font-size: 24pt; line-height: 1; }
  #profile .profile-kicker { margin: 0 0 7mm; color: #000; font: 500 8pt/1.2 "JetBrains Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
  #profile table { width: 100%; border-collapse: collapse; font-size: 8.5pt; }
  #profile th, #profile td { padding: 2.5mm 0; border-bottom: .25mm solid #000; text-align: left; vertical-align: top; }
  #profile th { width: 34%; font-weight: 500; }
  #profile td { font-family: "JetBrains Mono", monospace; }
  #profile .profile-contact { display: grid; gap: 1mm; margin-top: 7mm; font-size: 8.5pt; }
  #profile .profile-products { margin-top: 7mm; font-size: 8.5pt; }
}