/* Attestation — screen preview + print. Border-built ornament (prints without
   backgrounds); red accents opt into exact printing where supported. */
#attestation {
  border: 3px solid #0A0A0A;
  padding: 2.2rem 2.4rem;
  margin: 2rem auto;
  max-width: 44rem;
  background: #FFFFFF;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
}
#attestation .attest-inner { border: 1px solid #0A0A0A; padding: 2rem 2.2rem; text-align: center; }
#attestation .attest-brand { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 800; letter-spacing: .3em; font-size: 1.2rem; }
#attestation .attest-brand::after { content: "."; color: #E63312; }
#attestation .attest-title { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700; font-size: 1.7rem; letter-spacing: -0.01em; margin: 1rem 0 1.6rem; }
#attestation .attest-name {
  display: block; font-size: 2rem; font-weight: 700; letter-spacing: -0.02em;
  border-bottom: 2px solid #E63312; padding-bottom: .4rem; margin: 0 auto 1.2rem; max-width: 30rem;
}
#attestation .attest-completes { font-size: 1.05rem; margin: 0 0 .6rem; }
#attestation .attest-detail { font-family: ui-monospace, Menlo, monospace; font-size: .8rem; letter-spacing: .08em; color: #5A5A5A; margin: 0 0 1.4rem; }
#attestation .attest-motto { font-size: 1.05rem; font-style: italic; margin: 0 0 1.6rem; }
#attestation .attest-date { font-family: ui-monospace, Menlo, monospace; font-size: .8rem; color: #5A5A5A; margin: 0 0 .3rem; }
#attestation .attest-sign { font-family: ui-monospace, Menlo, monospace; font-size: .78rem; letter-spacing: .12em; color: #0A0A0A; margin: 0; }

@media print {
  body > :not(#attestation) { display: none !important; }
  #attestation { display: block !important; border-width: 3px; margin: 0; max-width: none; }
}
