/* Designer Frames contact page — scoped to page 16 only. */
body.page-id-16 main#main {
  background: #fff;
}

body.page-id-16 main#main > .ct-container-full {
  padding-top: 0;
}

body.page-id-16 .hero-section {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  padding: 76px 0 24px;
}

body.page-id-16 .hero-section .page-title {
  max-width: 780px;
  margin: 0;
  color: #111820;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

body.page-id-16 .hero-section .page-title::after {
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 24px;
  background: #f28a24;
  content: '';
}

body.page-id-16 .entry-content.is-layout-constrained {
  padding: 0 0 82px;
}

body.page-id-16 .entry-content > .df-contact-page {
  width: min(1180px, calc(100% - 48px));
  max-width: none;
  margin-inline: auto;
}

.page-id-16 .df-contact-intro {
  max-width: 710px;
  margin: 0 0 62px;
  color: #47505a;
  font-size: 17px;
  line-height: 1.75;
}

.page-id-16 .df-contact-intro--mobile {
  display: none;
}

.page-id-16 .df-contact-layout {
  display: grid;
  grid-template-areas: 'aside form';
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.45fr);
  gap: 56px;
  align-items: start;
}

.page-id-16 .df-contact-form-card {
  grid-area: form;
  margin: 0;
  padding: 38px 40px 40px;
  border: 1px solid #e4e7e9;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(17, 24, 32, 0.075);
}

.page-id-16 .df-contact-aside {
  grid-area: aside;
  margin: 0;
}

.page-id-16 .df-contact-eyebrow {
  margin: 8px 0 18px;
  color: #ec7b16;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.page-id-16 .df-contact-eyebrow::after {
  display: block;
  width: 32px;
  height: 2px;
  margin-top: 14px;
  background: #f28a24;
  content: '';
}

.page-id-16 .df-contact-aside h2 {
  max-width: 330px;
  margin: 0 0 24px;
  color: #111820;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.page-id-16 .df-contact-copy {
  margin: 0 0 18px;
  color: #535c65;
  font-size: 15px;
  line-height: 1.75;
}

.page-id-16 .df-contact-details {
  margin: 30px 0 0;
  padding: 8px 22px;
  border: 1px solid #e2e5e7;
  border-radius: 4px;
  background: #fff;
}

.page-id-16 .df-contact-detail {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  margin: 0;
  padding: 17px 0;
  color: #343d46;
  font-size: 14px;
  line-height: 1.55;
}

.page-id-16 .df-contact-detail + .df-contact-detail {
  border-top: 1px solid #e6e8ea;
}

.page-id-16 .df-contact-detail a {
  color: inherit;
  text-decoration: none;
}

.page-id-16 .df-contact-detail a:hover,
.page-id-16 .df-contact-detail a:focus-visible {
  color: #d96d0e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-id-16 .df-contact-icon {
  color: #f28a24;
  font-size: 20px;
  line-height: 1.3;
}

.page-id-16 .df-contact-features {
  display: grid;
  gap: 19px;
  margin-top: 30px;
}

.page-id-16 .df-contact-feature {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  margin: 0;
}

.page-id-16 .df-contact-feature strong {
  display: block;
  margin-bottom: 3px;
  color: #17202a;
  font-size: 14px;
}

.page-id-16 .df-contact-feature span:last-child {
  color: #616a73;
  font-size: 13px;
  line-height: 1.55;
}

/* Keep Fluent Forms' native behavior; presentation is page-scoped. */
.page-id-16 .df-contact-form-card .fluentform {
  color: #17202a;
}

.page-id-16 .df-contact-form-card .ff-el-group {
  margin-bottom: 22px;
}

.page-id-16 .df-contact-form-card .ff-el-input--label label {
  margin-bottom: 9px;
  color: #17202a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.page-id-16 .df-contact-form-card .ff-el-form-control {
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid #d7dce0;
  border-radius: 3px;
  background: #fff;
  color: #17202a;
  font-size: 16px;
  line-height: 1.45;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.page-id-16 .df-contact-form-card .ff-el-form-control::placeholder {
  color: #8a9299;
  opacity: 1;
}

.page-id-16 .df-contact-form-card .ff-el-form-control:hover {
  border-color: #aeb5bb;
}

.page-id-16 .df-contact-form-card .ff-el-form-control:focus {
  border-color: #e97a17;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(242, 138, 36, 0.18);
}

.page-id-16 .df-contact-form-card textarea.ff-el-form-control {
  min-height: 152px;
  resize: vertical;
}

.page-id-16 .df-contact-form-card .ff-btn-submit {
  width: 100%;
  min-height: 54px !important;
  margin-top: 2px;
  padding: 12px 20px !important;
  border: 1px solid #e97a17 !important;
  border-radius: 3px !important;
  background: #f28a24 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2;
  text-transform: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.page-id-16 .df-contact-form-card .ff-btn-submit:hover,
.page-id-16 .df-contact-form-card .ff-btn-submit:focus-visible {
  border-color: #cf6509 !important;
  background: #df730f !important;
}

.page-id-16 .df-contact-form-card .ff-btn-submit:active {
  transform: translateY(1px);
}

.page-id-16 .df-contact-form-card .error.text-danger,
.page-id-16 .df-contact-form-card .ff-el-is-error .text-danger {
  margin-top: 6px;
  font-size: 13px;
}

.page-id-16 .df-contact-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 60px;
  padding: 24px 28px;
  border: 1px solid #e1e4e6;
  border-radius: 4px;
  background: #fbfbfa;
}

.page-id-16 .df-contact-cta-copy {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: center;
}

.page-id-16 .df-contact-cta-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid #f28a24;
  color: #f28a24;
  font-size: 24px;
}

.page-id-16 .df-contact-cta strong {
  display: block;
  margin-bottom: 4px;
  color: #17202a;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
}

.page-id-16 .df-contact-cta small {
  color: #616a73;
  font-size: 13px;
}

.page-id-16 .df-contact-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.page-id-16 .df-contact-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid #303942;
  border-radius: 3px;
  color: #17202a;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
}

.page-id-16 .df-contact-button--accent {
  border-color: #f28a24;
  color: #d96d0e;
}

.page-id-16 .df-contact-button:hover,
.page-id-16 .df-contact-button:focus-visible {
  border-color: #f28a24;
  background: #f28a24;
  color: #fff;
}

@media (max-width: 767px) {
  body.page-id-16 .hero-section {
    width: min(100% - 32px, 620px);
    padding: 38px 0 16px;
  }

  body.page-id-16 .hero-section .page-title {
    max-width: 300px;
    font-size: 36px;
    line-height: 1.08;
  }

  body.page-id-16 .hero-section .page-title::after {
    width: 34px;
    height: 2px;
    margin-top: 18px;
  }

  body.page-id-16 .entry-content.is-layout-constrained {
    padding-bottom: 48px;
  }

  body.page-id-16 .entry-content > .df-contact-page {
    width: min(100% - 32px, 620px);
  }

  .page-id-16 .df-contact-intro--desktop {
    display: none;
  }

  .page-id-16 .df-contact-intro--mobile {
    display: block;
    margin: 0 0 26px;
    font-size: 15px;
    line-height: 1.6;
  }

  .page-id-16 .df-contact-layout {
    display: flex;
    flex-direction: column;
    gap: 38px;
  }

  .page-id-16 .df-contact-form-card {
    order: 1;
    width: 100%;
    padding: 22px 18px 24px;
    box-shadow: 0 10px 34px rgba(17, 24, 32, 0.065);
  }

  .page-id-16 .df-contact-aside {
    order: 2;
    width: 100%;
    padding-top: 3px;
  }

  .page-id-16 .df-contact-aside h2 {
    font-size: 27px;
  }

  .page-id-16 .df-contact-copy--secondary,
  .page-id-16 .df-contact-features {
    display: none;
  }

  .page-id-16 .df-contact-details {
    margin-top: 22px;
  }

  .page-id-16 .df-contact-form-card .ff-el-group {
    margin-bottom: 18px;
  }

  .page-id-16 .df-contact-form-card .ff-t-container,
  .page-id-16 .df-contact-form-card .ff-el-input--content .ff-t-container {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
  }

  .page-id-16 .df-contact-form-card .ff-t-cell {
    width: 100% !important;
    padding: 0 !important;
  }

  .page-id-16 .df-contact-form-card .ff-el-form-control {
    min-height: 50px;
    font-size: 16px;
  }

  .page-id-16 .df-contact-form-card textarea.ff-el-form-control {
    min-height: 132px;
  }

  .page-id-16 .df-contact-cta {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
    padding: 22px 18px;
  }

  .page-id-16 .df-contact-cta-copy {
    grid-template-columns: 40px 1fr;
    gap: 13px;
  }

  .page-id-16 .df-contact-cta-mark {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .page-id-16 .df-contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-id-16 .df-contact-button {
    width: 100%;
    min-height: 48px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-id-16 .df-contact-layout {
    grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.3fr);
    gap: 34px;
  }

  .page-id-16 .df-contact-form-card {
    padding: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-id-16 .df-contact-form-card .ff-el-form-control,
  .page-id-16 .df-contact-form-card .ff-btn-submit {
    transition: none;
  }
}
