/* PilotCore — page Contact (papier / encre) */

.page-contact .fa-breadcrumb {
  padding: 18px 20px 0;
}
.page-contact .fa-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: var(--lp-text-muted);
}
.page-contact .fa-breadcrumb-list li {
  display: inline-flex;
  align-items: center;
}
.page-contact .fa-breadcrumb-list li:not(:last-child)::after {
  content: "›";
  margin-left: 6px;
  opacity: 0.45;
}
.page-contact .fa-breadcrumb-list a {
  color: var(--lp-text);
  font-weight: 600;
  text-decoration: none;
}
.page-contact .fa-breadcrumb-list a:hover { text-decoration: underline; }

.ct {
  padding: 12px 0 88px;
}
.ct-head {
  max-width: 640px;
  margin-bottom: 36px;
}
.ct-kicker {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lp-text-muted);
}
.ct-head h1 {
  margin: 0 0 12px;
  font-family: var(--lp-font-display), Georgia, serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--lp-text);
}
.ct-lead {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  color: var(--lp-text-muted);
}

.ct-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 28px 40px;
  align-items: start;
}

.ct-card {
  background: var(--lp-surface);
  border: 1px solid var(--lp-border-strong);
  border-radius: var(--lp-radius);
  padding: 28px 28px 30px;
}

.ct-alert {
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid #E8C4BE;
  border-radius: var(--lp-radius);
  background: #FBF3F1;
  color: var(--lp-danger);
  font-size: 14px;
  font-weight: 500;
}

.ct-form { display: flex; flex-direction: column; gap: 16px; }
.ct-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.ct-field label {
  display: block;
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lp-text-muted);
}
.ct-field label span {
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.75;
}
.ct-field input,
.ct-field textarea {
  width: 100%;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  background: #fff;
  padding: 11px 13px;
  font-size: 15px;
  font-family: inherit;
  color: var(--lp-text);
}
.ct-field textarea {
  resize: vertical;
  min-height: 148px;
  line-height: 1.5;
}
.ct-field input:focus,
.ct-field textarea:focus {
  outline: none;
  border-color: var(--lp-brand);
  box-shadow: 0 0 0 3px rgba(26, 35, 50, 0.12);
}
.ct-submit {
  align-self: flex-start;
  margin-top: 6px;
  min-width: 200px;
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ct-aside {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 8px 4px 0;
}
.ct-aside-block {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--lp-border);
}
.ct-aside-label {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lp-text-muted);
}
.ct-mail {
  display: inline-block;
  font-family: var(--lp-font-display), Georgia, serif;
  font-size: 1.35rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--lp-text);
  text-decoration: none;
  line-height: 1.2;
}
.ct-mail:hover { text-decoration: underline; }
.ct-aside-copy {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--lp-text-muted);
}

.ct-channels {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ct-channels a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 14px;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  background: var(--lp-surface);
  text-decoration: none;
  color: var(--lp-text);
}
.ct-channels a:hover {
  border-color: var(--lp-brand);
  background: var(--lp-bg-elevated);
}
.ct-channels strong {
  font-size: 14px;
  font-weight: 650;
}
.ct-channels span {
  font-size: 13px;
  color: var(--lp-text-muted);
}

.ct-success {
  text-align: left;
  padding: 8px 4px 4px;
}
.ct-success-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  background: var(--lp-brand);
  color: var(--lp-text-inverse);
  border-radius: var(--lp-radius);
}
.ct-success h2 {
  margin: 0 0 8px;
  font-family: var(--lp-font-display), Georgia, serif;
  font-size: 1.7rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--lp-text);
}
.ct-success p {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--lp-text-muted);
}
.ct-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 820px) {
  .ct-grid { grid-template-columns: 1fr; }
  .ct-aside { padding-top: 4px; }
}
@media (max-width: 560px) {
  .ct { padding-bottom: 64px; }
  .ct-card { padding: 20px 18px 22px; }
  .ct-row { grid-template-columns: 1fr; }
  .ct-submit { width: 100%; min-width: 0; }
  .ct-mail { font-size: 1.2rem; }
}
