.page-id-1685 .klb-page-title,
.page-id-1685 .page-header,
.page-id-1685 h1.klb-page-title {
  display: none !important;
}
.chb-contact {
  --chb-green: #2f3d2a;
  --chb-gold: #c9a84c;
  --chb-cream: #f7f2eb;
  --chb-ink: #3d4038;
  max-width: 1080px;
  margin: 0 auto;
  padding: 12px 8px 48px;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--chb-ink);
}
.chb-contact-kicker {
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--chb-gold);
}
.chb-contact-title {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1.1;
  color: var(--chb-green);
}
.chb-contact-lead {
  margin: 0 0 36px;
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.65;
}
.chb-contact-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) 1.25fr;
  gap: 28px;
  align-items: start;
}
.chb-contact-card {
  background: var(--chb-cream);
  border-radius: 16px;
  padding: 20px 22px;
  margin-bottom: 14px;
}
.chb-contact-card h2 {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  color: var(--chb-green);
  font-weight: 600;
}
.chb-contact-card p,
.chb-contact-card a {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--chb-ink);
}
.chb-contact-card a {
  color: var(--chb-green);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 76, 0.5);
}
.chb-contact-muted {
  margin-top: 8px !important;
  color: #6b6458 !important;
  font-size: 0.88rem !important;
}
.chb-contact-main {
  background: #fff;
  border: 1px solid rgba(47, 61, 42, 0.08);
  border-radius: 20px;
  padding: 28px 28px 24px;
  box-shadow: 0 12px 40px rgba(47, 61, 42, 0.06);
}
.chb-contact-form label {
  display: block;
  margin-bottom: 16px;
}
.chb-contact-form label > span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--chb-green);
}
.chb-contact-form label em {
  font-style: normal;
  font-weight: 500;
  color: #8a8378;
  font-size: 0.78rem;
}
.chb-contact-form input[type="text"],
.chb-contact-form input[type="email"],
.chb-contact-form input[type="tel"],
.chb-contact-form select,
.chb-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(47, 61, 42, 0.18);
  background: var(--chb-cream);
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  color: var(--chb-ink);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.chb-contact-form input:focus,
.chb-contact-form select:focus,
.chb-contact-form textarea:focus {
  outline: none;
  border-color: var(--chb-gold);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.22);
  background: #fff;
}
.chb-contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.chb-contact-check {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
  margin: 8px 0 18px;
  font-size: 0.92rem;
  line-height: 1.45;
}
.chb-contact-check input {
  margin-top: 4px;
  accent-color: var(--chb-green);
}
.chb-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: var(--chb-green);
  color: #f7f2eb;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.82rem;
  cursor: pointer;
}
.chb-contact-submit:hover {
  background: #24301f;
}
.chb-contact-fine {
  margin: 14px 0 0;
  font-size: 0.8rem;
  color: #6b6458;
}
.chb-contact-fine a {
  color: var(--chb-green);
}
.chb-contact-success {
  background: var(--chb-cream);
  border-radius: 16px;
  padding: 28px 24px;
}
.chb-contact-success h2 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--chb-green);
}
.chb-contact-error {
  background: #f8e8e4;
  color: #6b2c22;
  padding: 12px 14px;
  border-radius: 10px;
  margin-bottom: 16px;
}
.chb-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
@media (max-width: 800px) {
  .chb-contact {
    padding-bottom: 96px;
  }
  .chb-contact-grid,
  .chb-contact-row {
    grid-template-columns: 1fr;
  }
  .chb-contact-main {
    padding: 22px 18px;
  }
}
