.sn-contact {
  max-width: 640px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
  font-family: 'Inter', Arial, sans-serif;
  color: #1f1e1c;
}

.sn-contact__title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.sn-contact__intro {
  color: #4a4842;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.sn-alert {
  padding: 0.9rem 1.1rem;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.sn-alert--success {
  background: #e4f2e8;
  color: #1e5c33;
  border: 1px solid #bfe0cb;
}

.sn-alert--error {
  background: #fbe7e7;
  color: #8a2020;
  border: 1px solid #f0c4c4;
}

.sn-contact-form {
  background: #faf8f5;
  border: 1px solid #ece7e0;
  border-radius: 8px;
  padding: 1.5rem;
}

.sn-field {
  margin-bottom: 1.1rem;
  display: flex;
  flex-direction: column;
}

.sn-field label {
  font-size: 0.9rem;
  color: #4a4842;
  margin-bottom: 0.35rem;
}

.sn-field input[type="text"],
.sn-field input[type="email"],
.sn-field textarea {
  font-family: inherit;
  font-size: 1rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid #d6cfc4;
  border-radius: 5px;
  background: #fff;
  color: #1f1e1c;
  resize: vertical;
}

.sn-field input[type="text"]:focus,
.sn-field input[type="email"]:focus,
.sn-field textarea:focus {
  outline: 2px solid #7a6a58;
  outline-offset: 1px;
}

/* Champ piège anti-spam, invisible pour les vrais visiteurs */
.sn-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sn-btn {
  display: inline-block;
  background: #7a6a58;
  color: #fff;
  border: none;
  padding: 0.7rem 1.5rem;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
}

.sn-btn:hover {
  background: #665a4a;
}

@media (max-width: 480px) {
  .sn-contact {
    padding: 2rem 1rem 3rem;
  }
  .sn-contact-form {
    padding: 1.1rem;
  }
}
