/* Dossier correspondence */

.tmf-contact {
  margin: 18px auto 0;
  max-width: 340px;
  padding: 10px 14px 11px;
  text-align: center;
  border: 1px solid rgba(201, 162, 39, 0.18);
  background: rgba(0, 0, 0, 0.28);
  box-shadow: inset 0 0 0 1px rgba(201, 162, 39, 0.05);
}

.tmf-contact-label {
  display: block;
  margin-bottom: 6px;
  font-family: 'Cinzel', serif;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(201, 162, 39, 0.48);
}

.tmf-contact-email {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(216, 196, 168, 0.82);
  text-decoration: none;
  border-bottom: 1px dashed rgba(201, 162, 39, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
  word-break: break-all;
}

.tmf-contact-email:hover,
.tmf-contact-email:focus-visible {
  color: #c9a227;
  border-bottom-color: rgba(201, 162, 39, 0.65);
  outline: none;
}

.tmf-contact-hint {
  display: block;
  margin-top: 6px;
  font-family: 'Cinzel', serif;
  font-size: 7px;
  letter-spacing: 0.12em;
  color: rgba(106, 90, 72, 0.65);
  text-transform: uppercase;
}

.tmf-seal-meta .tmf-contact--seal,
body.tmf-locked .tmf-seal-meta .tmf-contact--seal {
  margin: 18px 0 0;
  max-width: none;
  width: 100%;
  padding: 13px 14px;
  text-align: left;
  border-radius: 6px;
  border-color: rgba(212, 175, 55, 0.3);
  background: rgba(0, 0, 0, 0.36);
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.08);
}

body.tmf-locked .tmf-seal-meta .tmf-contact-early {
  font-size: 14px;
  line-height: 1.42;
  color: rgba(230, 210, 185, 0.9);
}

body.tmf-locked .tmf-seal-meta .tmf-contact-label {
  font-size: 8px;
  color: rgba(212, 175, 55, 0.85);
}

.tmf-contact--seal .tmf-contact-label {
  color: rgba(201, 162, 39, 0.72);
  letter-spacing: 0.28em;
}

.tmf-contact-early {
  margin: 0 0 9px;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(216, 196, 168, 0.78);
  font-style: italic;
}

.tmf-contact--seal .tmf-contact-email {
  display: inline-block;
  max-width: 100%;
  padding: 5px 7px 4px;
  border: 1px solid rgba(201, 162, 39, 0.28);
  border-radius: 4px;
  font-size: 12px;
  color: #c9a227;
  background: rgba(201, 162, 39, 0.04);
  box-shadow: none;
}

.tmf-contact--seal .tmf-contact-hint {
  margin-top: 7px;
  color: rgba(201, 162, 39, 0.42);
}

footer .tmf-contact {
  margin-top: 14px;
  margin-bottom: 8px;
}

body.tmf-locked footer .tmf-contact--footer {
  display: none;
}

body:not(.tmf-locked) .tmf-seal-inner .tmf-contact--seal {
  display: none;
}

@media (max-width: 520px) {
  .tmf-contact {
    max-width: 100%;
    padding: 9px 10px;
  }
  body.tmf-locked .tmf-seal-meta .tmf-contact--seal {
    margin-top: 12px;
  }
  .tmf-contact-email {
    font-size: 10px;
  }
}
