/* v1.0.21 full-width subpage refinements. Loaded last. */

body.adna-imported-page {
  overflow-x: clip;
}

body.adna-imported-page .elementor,
body.adna-imported-page .elementor-section-wrap,
body.adna-imported-page .elementor-top-section,
body.adna-imported-page .elementor-top-section > .elementor-container,
body.adna-imported-page .elementor-top-section > .elementor-container > .elementor-column,
body.adna-imported-page .elementor-top-section > .elementor-container > .elementor-column > .elementor-widget-wrap,
body.adna-imported-page .elementor-widget-html,
body.adna-imported-page .elementor-widget-html > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}

body.adna-imported-page .elementor-section.elementor-section-stretched {
  left: 0 !important;
  width: 100% !important;
}

.adna-imported-page .adna-page,
.adna-imported-page .site-footer {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.adna-page-hero {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr);
  min-height: min(680px, calc(100svh - 72px));
}

.adna-page-hero-copy {
  min-width: 0;
  padding: clamp(64px, 7vw, 110px) clamp(38px, 4.5vw, 82px);
}

.adna-page-hero-copy h1 {
  max-width: 800px;
  font-size: clamp(2.9rem, 4.15vw, 4.8rem);
  line-height: 1.01;
}

.adna-page-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
}

.adna-page-content,
.service-details,
.adna-page-form,
.adna-page-cta,
.about-credentials,
.about-methods {
  width: min(1440px, calc(100% - clamp(48px, 7vw, 120px)));
  max-width: none;
}

.service-details .section-heading {
  max-width: 940px;
}

.service-details .section-heading h2 {
  max-width: 900px;
}

.service-accordion summary {
  grid-template-columns: 60px minmax(300px, 1.2fr) minmax(220px, 0.72fr) 38px;
  gap: clamp(18px, 2.4vw, 38px);
  padding-inline: 12px;
}

.service-detail-body {
  width: 100%;
  max-width: 1180px;
  padding: 0 70px 46px 98px;
}

.service-packages {
  max-width: 1080px;
  gap: 18px;
}

.about-credentials {
  grid-template-columns: minmax(300px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(56px, 8vw, 130px);
}

.about-prose {
  max-width: 880px;
}

@media (max-width: 1100px) {
  .adna-page-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  }

  .adna-page-hero-copy {
    padding-inline: clamp(32px, 4vw, 54px);
  }

  .adna-page-hero-copy h1 {
    font-size: clamp(2.65rem, 5vw, 4rem);
  }

  .adna-page-content,
  .service-details,
  .adna-page-form,
  .adna-page-cta,
  .about-credentials,
  .about-methods {
    width: min(100% - 56px, 1440px);
  }

  .service-accordion summary {
    grid-template-columns: 48px minmax(240px, 1fr) minmax(180px, auto) 36px;
    gap: 18px;
  }

  .service-detail-body {
    padding-left: 66px;
    padding-right: 54px;
  }
}

@media (max-width: 782px) {
  .adna-imported-page .adna-page,
  .adna-imported-page .site-footer {
    margin-inline: calc(50% - 50vw);
  }

  .adna-page-content,
  .service-details,
  .adna-page-form,
  .adna-page-cta,
  .about-credentials,
  .about-methods {
    width: min(100% - 36px, 1440px);
  }

  .adna-page-hero-copy {
    padding: 42px 22px 54px;
  }

  .adna-page-hero-copy h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.6rem);
  }

  .service-accordion summary {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 10px;
    padding-inline: 0;
  }

  .service-detail-body {
    max-width: none;
    padding: 0 0 34px 44px;
  }
}
