/* Focused contact-section polish. */
#contact .contact-field-help {
  display: block;
  margin-top: -2px;
  color: rgba(255, 255, 255, .48);
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
}

#contact .contact-direct {
  width: calc(100% + 24px);
  grid-template-columns: .9fr 1.08fr 1.12fr !important;
  align-items: stretch;
  gap: 12px !important;
  margin-inline: auto;
  transform: translateX(-12px);
}

#contact .contact-direct a {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  min-height: 78px;
  height: 100%;
  align-items: center;
  gap: 7px;
  padding: 13px 10px !important;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(2, 12, 21, .08);
}

#contact .contact-direct a > svg {
  align-self: center;
}

#contact .contact-direct a:hover,
#contact .contact-direct a:focus-visible {
  box-shadow: 0 13px 28px rgba(2, 12, 21, .16), inset 0 1px 0 rgba(255, 255, 255, .05);
}

#contact .contact-direct svg {
  width: 19px !important;
  height: 19px !important;
  flex-basis: 19px !important;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #d09a3e;
}

#contact .contact-direct span {
  display: grid;
  min-width: 0;
  align-content: center;
  gap: 1px;
  font-size: 12px;
  line-height: 1.38;
  text-align: right;
  overflow: hidden;
}

#contact .contact-direct span > small {
  min-height: 15px;
  margin: 0 !important;
  line-height: 15px;
}

#contact .contact-direct span > strong {
  color: inherit;
  font: inherit;
  font-weight: 500;
  white-space: nowrap;
}

#contact .contact-address-card {
  gap: 7px !important;
  padding-inline: 9px !important;
}

#contact .contact-address-card > svg {
  width: 19px !important;
  height: 19px !important;
  flex-basis: 19px !important;
}

#contact .contact-address-card span > strong {
  overflow: hidden;
  font-size: 11px;
  letter-spacing: -.025em;
  text-overflow: clip;
}

#contact .contact-address-card span > em {
  font-size: 10px;
}

#contact .contact-direct span > em {
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  white-space: nowrap;
}

#contact .contact-direct a[href^="mailto:"] span > strong {
  direction: ltr;
  font-size: 10.5px;
  letter-spacing: -.04em;
  text-align: left;
  white-space: nowrap;
}

#contact .contact-direct a[href^="tel:"] span > strong {
  direction: ltr;
  font-size: 12px;
  letter-spacing: -.02em;
  text-align: left;
  white-space: nowrap;
}

#contact .contact-form input:not([type="checkbox"]),
#contact .contact-form select {
  min-height: 50px !important;
}

#contact .contact-form textarea {
  min-height: 112px !important;
}

#contact .contact-submit .btn {
  min-height: 52px !important;
  width: 94% !important;
  margin-inline: auto !important;
  padding-block: 10px !important;
}

#contact .contact-submit .privacy-note {
  display: none !important;
}

#contact .contact-reassurance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: -3px 0 0;
  color: rgba(255, 255, 255, .58);
  font-size: 12.5px;
  line-height: 1.55;
  text-align: center;
}

#contact .contact-reassurance::before {
  content: "✓";
  color: #d0a052;
  font-size: 12px;
}

#contact .contact-consent {
  display: inline-flex !important;
  width: max-content;
  max-width: 100%;
  align-items: center;
  align-self: center;
  gap: 8px !important;
  margin: -6px auto -5px;
  color: rgba(255, 255, 255, .64) !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  line-height: 1.45;
  cursor: pointer;
}

#contact .contact-consent input[type="checkbox"] {
  appearance: none;
  box-sizing: border-box;
  width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  max-height: 18px !important;
  min-height: 0 !important;
  flex: 0 0 18px;
  margin: 0;
  padding: 0 !important;
  border: 1px solid rgba(199,129,31,.78) !important;
  border-radius: 3px !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
}

#contact .contact-consent input[type="checkbox"]:checked {
  border-color: #c7811f !important;
  background-color: #c7811f !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3.5 8 3 3 6-7' fill='none' stroke='%23fffaf0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-size: 13px 13px !important;
  background-repeat: no-repeat !important;
}

#contact .contact-consent input[type="checkbox"]:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(199,129,31,.22) !important;
}

#contact .contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#contact .field-row-single > label {
  grid-column: 1 / -1;
}

#contact .contact-form-status {
  width: min(94%, 680px);
  margin: 2px auto 0;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: rgba(255,255,255,.88);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

#contact .contact-form-status[hidden] { display: none !important; }

#contact .contact-form-status.is-success {
  border-color: rgba(213,177,103,.36);
  background: rgba(213,177,103,.12);
}

#contact .contact-form-status.is-error {
  border-color: rgba(232,155,138,.42);
  background: rgba(123,42,36,.22);
}

#contact .contact-submit .btn:disabled {
  cursor: wait;
  opacity: .72;
  transform: none !important;
}

@media (max-width: 1180px) {
  #contact .contact-direct { width: 100%; grid-template-columns: 1fr !important; margin-inline: 0; transform: none; }
  #contact .contact-direct a { min-height: 66px; }
}

@media (max-width: 760px) {
  #contact .contact-form input:not([type="checkbox"]),
  #contact .contact-form select { min-height: 48px !important; }
  #contact .contact-form textarea { min-height: 104px !important; }
  #contact .contact-submit .btn { min-height: 50px !important; }
}
