.contact-page {
  --contact-ink: #071c3a;
  --contact-muted: #667085;
  --contact-red: #e5090b;
  --contact-red-dark: #bd0507;
  --contact-line: #e5e0d7;
  --contact-paper: #f7f5f1;
  --contact-gold: #c98b2f;
}

.contact-page .legacy-contact-section {
  display: none !important;
}

.contact-page .rts-breadcrumb-area {
  min-height: 340px;
}

.contact-consultation {
  padding: 110px 0 120px;
  background:
    radial-gradient(circle at 8% 10%, rgba(201, 139, 47, 0.08), transparent 28%),
    #f4f6f8;
}

.contact-consultation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  overflow: hidden;
  border: 1px solid rgba(7, 28, 58, 0.1);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(7, 28, 58, 0.08);
}

.contact-intro {
  position: relative;
  display: flex;
  min-height: 760px;
  flex-direction: column;
  padding: clamp(48px, 6vw, 86px);
  background: var(--contact-ink);
  color: #fff;
  isolation: isolate;
}

.contact-intro::before,
.contact-intro::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.contact-intro::before {
  top: -160px;
  right: -190px;
  width: 440px;
  height: 440px;
}

.contact-intro::after {
  top: -95px;
  right: -125px;
  width: 310px;
  height: 310px;
}

.contact-eyebrow,
.contact-form-kicker {
  margin: 0 0 20px;
  color: #efc56d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-intro h2 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.contact-lead {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.75;
}

.contact-promises {
  display: grid;
  gap: 22px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.contact-promises li {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-promise-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid rgba(239, 197, 109, 0.4);
  border-radius: 14px;
  background: rgba(239, 197, 109, 0.08);
  color: #efc56d;
  font-size: 17px;
}

.contact-promises strong,
.contact-promises small {
  display: block;
}

.contact-promises strong {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.contact-promises small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.contact-direct {
  display: grid;
  gap: 7px;
  margin-top: auto;
  padding-top: 54px;
}

.contact-direct p {
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-direct a,
.contact-direct address {
  width: fit-content;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.55;
}

.contact-direct a:hover {
  color: #efc56d;
}

.contact-form-card {
  padding: clamp(38px, 5vw, 68px);
  background: #fff;
}

.contact-form-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.contact-form-kicker {
  margin-bottom: 9px;
  color: var(--contact-red);
}

.contact-form-heading h3 {
  margin: 0;
  color: var(--contact-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.025em;
}

#form-completion-label {
  padding-bottom: 6px;
  color: #8a8f99;
  font-size: 12px;
  white-space: nowrap;
}

.contact-progress {
  height: 4px;
  margin: 22px 0 34px;
  overflow: hidden;
  border-radius: 999px;
  background: #ece9e3;
}

.contact-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--contact-red);
  transition: width 220ms cubic-bezier(0.23, 1, 0.32, 1);
}

.service-options {
  margin: 0 0 30px;
  padding: 0;
  border: 0;
}

.service-options legend,
.contact-field label {
  margin-bottom: 10px;
  color: var(--contact-ink);
  font-size: 14px;
  font-weight: 600;
}

.service-options legend span,
.contact-field label span {
  color: var(--contact-red);
}

.service-option-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.service-option-grid label {
  margin: 0;
  cursor: pointer;
}

.service-option-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.service-option-grid label span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid var(--contact-line);
  border-radius: 999px;
  background: #fff;
  color: #5f554a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 140ms cubic-bezier(0.23, 1, 0.32, 1);
}

.service-option-grid label span i {
  color: #9c7340;
}

.service-option-grid input:checked + span {
  border-color: var(--contact-red);
  background: rgba(229, 9, 11, 0.055);
  color: var(--contact-red-dark);
}

.service-option-grid input:focus-visible + span {
  outline: 3px solid #f1b53d;
  outline-offset: 3px;
}

.service-option-grid label:active span {
  transform: scale(0.97);
}

.contact-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 21px 16px;
}

.contact-field {
  min-width: 0;
}

.contact-field-wide {
  grid-column: 1 / -1;
}

.contact-field label {
  display: block;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #dcd7cf;
  border-radius: 12px;
  background: #fbfaf8;
  color: var(--contact-ink);
  font-size: 14px;
  line-height: 1.5;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.contact-field input {
  height: 50px;
  padding: 0 15px;
}

.contact-field textarea {
  min-height: 154px;
  padding: 14px 15px;
  resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #a39c93;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: var(--contact-red);
  outline: 0;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(229, 9, 11, 0.08);
}

.contact-field small {
  display: block;
  margin-top: 8px;
  color: #8a8f99;
  font-size: 11px;
  line-height: 1.5;
}

.contact-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.contact-label-row span {
  margin-bottom: 10px;
  color: #99928a;
  font-size: 11px;
}

.contact-page .form-status {
  min-height: 0;
  margin: 22px 0 0;
  padding: 0;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.contact-page .form-status:not(:empty) {
  padding: 12px 14px;
}

.contact-page .form-status.is-success {
  background: #ebf7ef;
  color: #17633a;
}

.contact-page .form-status.is-error {
  background: #fff0f0;
  color: #8f2024;
}

.contact-submit {
  display: inline-flex;
  min-width: 190px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 22px;
  padding: 13px 24px;
  border: 0;
  border-radius: 12px;
  background: var(--contact-red);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 150ms cubic-bezier(0.23, 1, 0.32, 1), background-color 180ms ease, opacity 180ms ease;
}

.contact-submit:hover {
  background: var(--contact-red-dark);
}

.contact-submit:active {
  transform: scale(0.97);
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.contact-privacy-note {
  max-width: 560px;
  margin: 13px 0 0;
  color: #8a8f99;
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .contact-consultation-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  }

  .contact-intro,
  .contact-form-card {
    padding: 48px;
  }
}

@media (max-width: 991px) {
  .contact-consultation {
    padding: 80px 0;
  }

  .contact-consultation-grid {
    grid-template-columns: 1fr;
  }

  .contact-intro {
    min-height: 0;
  }

  .contact-direct {
    margin-top: 52px;
  }
}

@media (max-width: 575px) {
  .contact-page .rts-breadcrumb-area {
    min-height: 300px;
  }

  .contact-consultation {
    padding: 48px 0;
  }

  .contact-consultation-grid {
    border-radius: 20px;
  }

  .contact-intro,
  .contact-form-card {
    padding: 34px 24px;
  }

  .contact-intro h2 {
    font-size: 36px;
  }

  .contact-form-heading {
    align-items: start;
  }

  .contact-field-grid {
    grid-template-columns: 1fr;
  }

  .contact-field-wide {
    grid-column: auto;
  }

  .service-option-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-option-grid label span {
    width: 100%;
  }

  .contact-submit {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-progress span,
  .service-option-grid label span,
  .contact-submit {
    transition-duration: 0.01ms !important;
  }
}
