.about-actions,
.process-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.about-actions .remodeling-about-link {
  margin-left: 4px;
}

.process-actions {
  margin-top: 28px;
}

.process-actions .button.ghost {
  border-color: rgba(255, 255, 255, .35);
}

.service-contact {
  background: #ffffff;
}

.service-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  gap: clamp(55px, 8vw, 110px);
  align-items: start;
}

.service-contact-copy {
  position: sticky;
  top: 28px;
}

.service-contact-copy h2 {
  margin: 14px 0 20px;
}

.service-contact-copy > p:not(.eyebrow) {
  max-width: 530px;
  color: #4a4a4a;
}

.contact-options {
  display: grid;
  margin-top: 30px;
  border-top: 1px solid rgba(21, 21, 21, .16);
}

.contact-option {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(21, 21, 21, .16);
}

.contact-option > span {
  color: #A9471A;
  font-size: .72rem;
  font-weight: 700;
}

.contact-option strong,
.contact-option a,
.contact-option small {
  display: block;
}

.contact-option a {
  width: max-content;
  max-width: 100%;
  font: 700 1.05rem 'Manrope', sans-serif;
}

.contact-option small {
  margin-top: 4px;
  color: #4a4a4a;
}

.lead-form {
  padding: clamp(28px, 4vw, 44px);
  border-radius: 24px;
  background: #151515;
  color: #ffffff;
}

.lead-form h3 {
  margin-bottom: 8px;
  font-size: 1.55rem;
}

.lead-form > p {
  margin: 0 0 25px;
  color: rgba(255, 255, 255, .78);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .78);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 12px;
  outline: 0;
  background: rgba(255, 255, 255, .07);
  color: #ffffff;
  font: inherit;
  padding: 12px 14px;
}

.lead-form select option {
  color: #151515;
}

.lead-form textarea {
  min-height: 125px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: #E06223;
  box-shadow: 0 0 0 2px rgba(224, 98, 35, .18);
}

.lead-form .button {
  width: 100%;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
}

.form-note {
  margin: 13px 0 0 !important;
  font-size: .72rem !important;
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.service-contact-copy > p:not(.eyebrow),
.contact-option small {
  color: #4a4a4a;
}

.lead-form > p,
.lead-form label {
  color: rgba(255, 255, 255, .84);
}

@media (max-width: 850px) {
  .service-contact-grid {
    grid-template-columns: 1fr;
  }

  .service-contact-copy {
    position: static;
  }
}

@media (max-width: 560px) {
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .about-actions,
  .process-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .about-actions .button,
  .process-actions .button {
    width: 100%;
    text-align: center;
  }
}
