/* ===== Jansma Haule - Contact ===== */
.jh-ct {
  --ct-green:   #476930;
  --ct-green-d: #3a5726;
  --ct-ink:     #1e2a17;
  --ct-muted:   #5f6b57;
  --ct-line:    #e6ebe0;
  --ct-soft:    #f5f8f1;
  background: #fff;
}
.jh-ct__inner { max-width: 1240px; margin-inline: auto; padding: clamp(32px,5vw,64px) 20px 72px; }

/* Head */
.jh-ct__head { text-align: center; margin-bottom: 40px; }
.jh-ct__title { font-size: clamp(28px,4vw,40px); color: var(--ct-ink); margin: 0 0 12px; font-weight: 800; }
.jh-ct__intro { color: var(--ct-muted); font-size: 16px; line-height: 1.7; max-width: 68ch; margin: 0 auto; }

/* Grid: info + formulier */
.jh-ct__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 32px; align-items: start; margin-bottom: 40px; }

/* Info-kaarten */
.jh-ct__card { background: var(--ct-soft); border: 1px solid var(--ct-line); border-radius: 16px; padding: 24px; margin-bottom: 20px; }
.jh-ct__card:last-child { margin-bottom: 0; }
.jh-ct__h2 { font-size: 19px; color: var(--ct-ink); font-weight: 700; margin: 0 0 16px; }

.jh-ct__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.jh-ct__list li { display: flex; gap: 12px; align-items: flex-start; color: var(--ct-ink); font-size: 15px; line-height: 1.6; }
.jh-ct__list a { color: var(--ct-ink); text-decoration: none; }
.jh-ct__list a:hover { color: var(--ct-green); text-decoration: underline; }
.jh-ct__ico { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; background: var(--ct-green); color: #fff; display: flex; align-items: center; justify-content: center; }

/* Openingstijden */
.jh-ct__hours { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.jh-ct__hours li { display: flex; justify-content: space-between; gap: 12px; font-size: 14.5px; padding: 6px 0; border-bottom: 1px dashed var(--ct-line); }
.jh-ct__hours li:last-child { border-bottom: 0; }
.jh-ct__dag { color: var(--ct-ink); font-weight: 600; }
.jh-ct__tijd { color: var(--ct-muted); }
.jh-ct__tijd.is-dicht { color: #b3261e; font-weight: 600; }

/* Formulier */
.jh-ct__formwrap { background: #fff; border: 1px solid var(--ct-line); border-radius: 18px; padding: 28px; box-shadow: 0 8px 28px rgba(30,42,23,.06); }
.jh-ct__form { display: grid; gap: 14px; }
.jh-ct__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.jh-ct__field { display: grid; gap: 6px; }
.jh-ct__field > span { font-size: 13.5px; font-weight: 600; color: var(--ct-ink); }
.jh-ct__field input, .jh-ct__field textarea {
  border: 1px solid var(--ct-line); border-radius: 11px; padding: 11px 13px; font-size: 15px;
  font-family: inherit; color: var(--ct-ink); background: #fff; outline: 0; width: 100%; box-sizing: border-box;
  transition: border-color .14s ease, box-shadow .14s ease;
}
.jh-ct__field input:focus, .jh-ct__field textarea:focus { border-color: var(--ct-green); box-shadow: 0 2px 10px rgba(71,105,48,.12); }
.jh-ct__field textarea { resize: vertical; }
.jh-ct__hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.jh-ct__check { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--ct-muted); line-height: 1.5; }
.jh-ct__check input { margin-top: 3px; accent-color: var(--ct-green); flex: 0 0 auto; }
.jh-ct__check a { color: var(--ct-green-d); }

.jh-ct__actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 4px; }
.jh-ct__submit {
  background: var(--ct-green); color: #fff; border: 0; cursor: pointer;
  font-weight: 700; font-size: 15px; padding: 13px 26px; border-radius: 12px; font-family: inherit;
  transition: background .14s ease, transform .14s ease;
}
.jh-ct__submit:hover:not(:disabled) { background: var(--ct-green-d); transform: translateY(-1px); }
.jh-ct__submit:disabled { opacity: .7; cursor: default; }
.jh-ct__status { font-size: 14px; }
.jh-ct__status.is-ok { color: var(--ct-green-d); font-weight: 600; }
.jh-ct__status.is-err { color: #b3261e; font-weight: 600; }

/* Kaart */
.jh-ct__map { border-radius: 18px; overflow: hidden; border: 1px solid var(--ct-line); line-height: 0; }
.jh-ct__map iframe { display: block; width: 100%; }

/* Responsive */
@media (max-width: 900px) {
  .jh-ct__grid { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 560px) {
  .jh-ct__row { grid-template-columns: 1fr; }
  .jh-ct__formwrap, .jh-ct__card { padding: 20px; }
}
