.amicable-simple-nav,
.handheld-navigation .amicable-simple-nav {
  align-items: center;
  display: flex;
  gap: 34px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.amicable-simple-nav a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.handheld-navigation .amicable-simple-nav {
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
}

.amicable-project-disabled {
  cursor: default;
  pointer-events: none;
}

.amicable-founder-note {
  border-top: 1px solid rgba(17, 17, 17, .14);
  margin-top: 28px;
  padding-top: 22px;
}

.amicable-founder-note strong {
  color: #111;
}

.elementor-invisible {
  opacity: 1 !important;
  visibility: visible !important;
}

.amicable-ceo-section,
.amicable-service-depth,
.amicable-contact-priority {
  width: 100%;
}

.amicable-ceo-card {
  align-items: stretch;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  width: 100%;
}

.amicable-ceo-image {
  background: #ece7de;
  min-height: 520px;
  overflow: hidden;
}

.amicable-ceo-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.amicable-ceo-copy {
  background: #111;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
}

.amicable-ceo-copy .eyebrow,
.amicable-service-depth .eyebrow {
  color: var(--accent, #b99a68);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.amicable-ceo-copy h2,
.amicable-service-depth h2 {
  color: inherit;
  margin: 0 0 22px;
}

.amicable-ceo-copy p {
  color: rgba(255, 255, 255, .78);
  margin: 0 0 18px;
}

.amicable-ceo-meta {
  border-top: 1px solid rgba(255, 255, 255, .18);
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding-top: 22px;
}

.amicable-service-depth-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.amicable-service-depth-item {
  border-top: 1px solid rgba(17, 17, 17, .16);
  padding-top: 22px;
}

.amicable-service-depth-item h3 {
  font-size: 22px;
  margin: 0 0 12px;
}

.amicable-service-depth-item p {
  margin: 0;
}

.amicable-service-depth {
  box-sizing: border-box;
  display: block;
  padding-inline: 0;
}

.elementor .amicable-service-depth > .e-con-inner,
.amicable-service-depth .e-con-inner {
  box-sizing: border-box;
  display: block !important;
  margin-inline: auto !important;
  max-width: 1220px !important;
  padding-inline: 0;
  width: min(calc(100% - 60px), 1220px) !important;
}

.amicable-service-depth .e-con-inner > div:first-child {
  max-width: 860px;
}

.amicable-contact-form .row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.amicable-contact-form .column-50,
.amicable-contact-form .column-100 {
  box-sizing: border-box;
  width: 100%;
}

.amicable-contact-form .column-50 {
  width: 50%;
}

.amicable-contact-form .column-50,
.amicable-contact-form .column-100 {
  padding: 0 12px 18px;
}

.amicable-contact-form .row {
  margin: 0 -12px;
}

.amicable-contact-form .elementor-button {
  width: auto;
}

@media (max-width: 880px) {
  .amicable-ceo-card,
  .amicable-service-depth-grid {
    grid-template-columns: 1fr;
  }

  .amicable-ceo-copy {
    padding: 34px 24px;
  }

  .amicable-ceo-image {
    min-height: 380px;
  }

  .amicable-service-depth {
    padding-inline: 0;
  }

  .elementor .amicable-service-depth > .e-con-inner,
  .amicable-service-depth .e-con-inner {
    width: min(calc(100% - 32px), 1220px) !important;
  }

  .amicable-contact-form .column-50 {
    width: 100%;
  }
}
