/* KAGT custom forms v5 - footer-inspired clean form style */
.kagt-custom-form-wrap {
  background: #27343a;
  color: #f7f3ea;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: 28px;
  margin: 18px auto;
  max-width: 640px;
  text-align: left;
  font-family: inherit;
}
.u-over-slide .kagt-custom-form-wrap, .u-black .kagt-custom-form-wrap {
  background: #27343a;
  max-width: 94%;
  max-height: 92%;
  overflow-y: auto;
}
.kagt-form-heading { margin: 0 0 14px; }
.kagt-form-heading .kagt-eyebrow {
  margin: 0 0 12px;
  letter-spacing: .42em;
  text-transform: uppercase;
  font-size: 11px;
  color: #d8cdbb;
  font-weight: 700;
  line-height: 1.2;
}
.kagt-form-heading h3 { display: none; }
.kagt-form-heading p { display: none; }
.kagt-custom-form { margin: 0; }
.kagt-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.kagt-field { display: block; margin: 0; color: #f7f3ea; font-weight: 400; }
.kagt-field-full { grid-column: auto; }
.kagt-field span {
  position: absolute !important;
  left: -10000px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.kagt-field input, .kagt-field select, .kagt-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(248,243,234,.35);
  border-radius: 0;
  padding: 13px 16px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 14px;
  line-height: 1.35;
  color: #27343a;
  background: #f1ede4;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.kagt-field textarea { resize: vertical; min-height: 116px; }
.kagt-field select { appearance: auto; }
.kagt-field input::placeholder, .kagt-field textarea::placeholder { color: #948c80; opacity: 1; }
.kagt-field input:focus, .kagt-field select:focus, .kagt-field textarea:focus {
  outline: none;
  border-color: #d9c796;
  box-shadow: 0 0 0 2px rgba(217,199,150,.28);
  background: #fffaf1;
}
.kagt-form-actions { margin-top: 16px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.kagt-form-actions button {
  border: 1px solid rgba(248,243,234,.75);
  border-radius: 0;
  background: transparent;
  color: #f7f3ea;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .32em;
  text-transform: uppercase;
  padding: 10px 16px;
  min-width: auto;
  cursor: pointer;
  box-shadow: none;
}
.kagt-form-actions button:hover, .kagt-form-actions button:focus {
  background: #f1ede4;
  color: #27343a;
}
.kagt-form-actions button[disabled] { opacity: .65; cursor: wait; }
.kagt-form-status { margin: 0; color: #f7f3ea; font-size: .9rem; }
.kagt-hp { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.kagt-floating-give {
  position: fixed;
  top: 92px;
  right: 22px;
  z-index: 99999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 42px;
  padding: 10px 18px;
  background: #b17d31;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 800;
  font-size: 13px;
  border: 2px solid rgba(255,255,255,.78);
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
}
.kagt-floating-give:hover, .kagt-floating-give:focus {
  background: #27343a;
  color: #fff !important;
}
@media (max-width: 700px) {
  .kagt-custom-form-wrap { padding: 22px; }
  .kagt-form-actions { align-items: stretch; flex-direction: column; }
  .kagt-form-actions button { width: 100%; }
  .kagt-floating-give { top: auto; right: 14px; bottom: 16px; min-width: 86px; min-height: 40px; font-size: 12px; padding: 9px 15px; }
}
