/* SES form + map photo — no template restyle */
.contact .map-section {
  height: 580px;
}
.contact .map-section .map-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 40%;
}
@media (max-width: 768px) {
  .contact .map-section { height: 480px; }
  .contact .map-section .map-photo { object-position: 48% 38%; }
}
@media (max-width: 576px) {
  .contact .map-section { height: 420px; }
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form-wrapper .form-legal {
  text-align: left;
  font-size: 14px;
  line-height: 1.45;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}
.contact-form-wrapper .form-check-legal {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 12px;
}
.contact-form-wrapper .form-check-legal input {
  margin-top: 4px;
  flex-shrink: 0;
}
.contact-form-wrapper .form-hint {
  font-size: 13px;
  margin: 0 0 16px;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}

.legal-page {
  padding: 140px 0 80px;
}
.legal-page article {
  max-width: 760px;
}
.legal-page h1 {
  margin-bottom: 0.75rem;
}
.legal-page .kicker {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  margin-bottom: 8px;
  opacity: 0.7;
}
.legal-page h2 {
  margin-top: 1.75rem;
  font-size: 1.2rem;
}
.legal-page ul {
  margin: 0.6rem 0 1rem 1.2rem;
}
.legal-page p,
.legal-page li {
  line-height: 1.65;
}
.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
  margin-top: 12px;
  font-size: 14px;
}
.footer-legal-links a { color: inherit; }

.legal-page .php-email-form .form-control {
  border-radius: 8px;
  padding: 12px 15px;
  height: calc(3.5rem);
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
}
.legal-page .php-email-form .btn-submit {
  background-color: var(--accent-color);
  border: none;
  color: var(--contrast-color);
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 8px;
}
