/* Exhaustive production-inventory parity corrections. */

.npdc-production-parity-page,
.npdc-production-parity-page .npdc-main,
.npdc-production-parity-page .npdc-main > .wp-block-post-content {
  overflow-x: clip;
}

.npdc-production-parity-page .npdc-main > .wp-block-post-content,
.npdc-production-parity-page :where(h1, h2, h3, p, blockquote) {
  margin: 0;
}

.npdc-production-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

.npdc-production-kicker {
  color: #0ecae9;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.npdc-production-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  border-radius: 999px;
  color: #fff;
  background: #0ecae9;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.npdc-production-button:hover,
.npdc-production-button:focus-visible {
  color: #fff;
  background: #0796d6;
}

.npdc-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Shared source hero. */
.npdc-production-hero {
  position: relative;
  display: flex;
  min-height: 510.8px;
  padding: 240px 20px 120px;
  isolation: isolate;
  color: #fff;
  background-image: url("/wp-content/uploads/2025/11/HERO4.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.npdc-production-hero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background: radial-gradient(at center, rgba(242, 41, 91, 0) 0%, #334155 100%);
}

.npdc-production-hero .npdc-production-shell {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.npdc-production-hero h1 {
  max-width: 1000px;
  margin-inline: auto;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 1.1;
}

.npdc-production-hero p,
.npdc-production-hero p a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}

.npdc-production-hero--services {
  background-image: url("/wp-content/uploads/2025/11/shutterstock_2207894257-scaled.jpg");
}

.npdc-production-hero--services h1 {
  max-width: 850px;
}

/* New Patients. */
.npdc-new-patients {
  color: #7a7a7a;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.npdc-new-patients__intro {
  min-height: 775px;
  padding: 120px 20px;
}

.npdc-new-patients__intro-grid {
  display: grid;
  grid-template-columns: 21% 70%;
  justify-content: space-between;
}

.npdc-new-patients__intro-copy h2 {
  margin-bottom: 30px;
  color: #2f2f2f;
  font-family: "Cormorant Garamond", serif;
  font-size: 43px;
  font-weight: 600;
  line-height: 1.14;
}

.npdc-new-patients__intro-copy p + p {
  margin-top: 32px;
}

.npdc-new-patients__visit {
  position: relative;
  min-height: 690px;
  padding: 120px 20px;
  isolation: isolate;
  background: #334155;
}

.npdc-new-patients__visit::before,
.npdc-dark-form-page::before,
.npdc-registration::before,
.npdc-services-hub__faq::before,
.npdc-legal__cta::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  opacity: 0.25;
  background-image: url("/wp-content/uploads/2025/11/bg_texture.webp");
  background-position: center;
  background-size: cover;
}

.npdc-new-patients__visit-grid {
  display: grid;
  grid-template-columns: 66.9% 32%;
  gap: 1.1%;
  align-items: stretch;
}

.npdc-new-patients__visit-image {
  position: relative;
  min-height: 445px;
  overflow: hidden;
  border-radius: 14px;
}

.npdc-new-patients__visit-image > img {
  width: 100%;
  height: 445px;
  object-fit: cover;
}

.npdc-new-patients__quote {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63%;
  min-height: 210px;
  padding: 40px;
  border-radius: 25px 25px 25px 0;
  color: #fff;
  background: #0ea5e9;
}

.npdc-new-patients__quote img {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  object-fit: contain;
}

.npdc-new-patients__quote p {
  color: #fff;
  font-weight: 600;
}

.npdc-new-patients__visit-card {
  display: flex;
  min-height: 445px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 25px;
  color: #fff;
  background: #45566d;
}

.npdc-new-patients__visit-card h2 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

.npdc-new-patients__visit-card h3 {
  margin-bottom: 10px;
  color: #0ecae9;
  font-family: "Cormorant Garamond", serif;
  font-size: 43px;
  font-weight: 600;
  line-height: 1.1;
}

.npdc-new-patients__visit-card p {
  color: #fff;
  font-weight: 600;
}

.npdc-new-patients__testimonials {
  min-height: 1260px;
  padding: 120px 20px;
  overflow: hidden;
}

.npdc-new-patients__testimonials-grid {
  display: grid;
  grid-template-columns: 40% 57%;
  gap: 3%;
}

.npdc-new-patients__testimonials-title {
  position: sticky;
  top: 120px;
  align-self: start;
}

.npdc-new-patients__testimonials-title h2 {
  max-width: 430px;
  margin-top: 20px;
  color: #2f2f2f;
  font-family: "Cormorant Garamond", serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 1.08;
}

.npdc-new-patients__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.npdc-new-patients__cards blockquote {
  min-height: 190px;
  padding: 30px;
  color: #aaa;
  background: #fafafa;
  font-style: normal;
}

.npdc-new-patients__cards blockquote:nth-child(3),
.npdc-new-patients__cards blockquote:nth-child(4),
.npdc-new-patients__cards blockquote:nth-child(7),
.npdc-new-patients__cards blockquote:nth-child(8) {
  transform: translateY(80px);
}

.npdc-new-patients__cards cite {
  display: block;
  margin-top: 20px;
  color: #555;
  font-style: normal;
  font-weight: 700;
}

.npdc-new-patients__watermark {
  position: absolute;
  z-index: -1;
  right: -90px;
  bottom: 105px;
  left: -90px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 190px;
  line-height: 1;
  text-align: center;
  -webkit-text-stroke: 2px #f3f3f3;
}

/* Patient forms, appointment, and registration pages. */
.npdc-dark-form-page,
.npdc-registration {
  position: relative;
  min-height: 1225px;
  padding: 220px 20px 120px;
  isolation: isolate;
  color: #fff;
  background: #334155;
}

.npdc-dark-form-page__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.npdc-dark-form-page h1 {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
}

.npdc-dark-form-page__lead {
  max-width: 730px;
  margin-top: 25px !important;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

.npdc-patient-forms__cards {
  display: flex;
  width: 550px;
  margin-top: 48px;
  flex-direction: column;
  gap: 20px;
}

.npdc-patient-forms__cards section {
  display: flex;
  min-height: 328px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  background: #334155;
}

.npdc-patient-forms__cards h2 {
  margin-bottom: 25px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 43px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.npdc-patient-forms__cards a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  padding: 16px 32px;
  border-radius: 999px;
  color: #fff;
  background: #0ecae9;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.npdc-appointments {
  min-height: 1200px;
}

.npdc-appointments .npdc-dark-form-page__lead {
  max-width: 770px;
}

.npdc-appointments__card {
  width: 1000px;
  min-height: 574px;
  margin-top: 45px;
  padding: 50px;
  border: 1px solid #fff;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 42px rgba(0, 0, 0, 0.5);
}

.npdc-appointments__card > h2 {
  margin-bottom: 25px;
  color: #2f2f2f;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.npdc-appointments__card .gform_wrapper {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.npdc-appointments__card .gform_fields {
  gap: 10px;
}

.npdc-appointments__card .gfield {
  margin: 0;
}

.npdc-appointments__card .gform_wrapper input:not([type="checkbox"]):not([type="radio"]),
.npdc-appointments__card .gform_wrapper textarea {
  min-height: 58px;
  padding: 14px 20px;
  border: 1px solid rgba(2, 1, 1, 0.2);
  border-radius: 0;
  font-size: 18px;
}

.npdc-appointments__card .gform_wrapper textarea {
  min-height: 115px;
}

.npdc-appointments__card .gform_footer {
  margin-top: 10px;
  padding: 0;
}

.npdc-appointments__card .gform_button {
  width: 100%;
  min-height: 52px;
  margin: 0;
  border-radius: 999px;
  color: #fff;
  background: #0ecae9;
}

.npdc-registration {
  min-height: 1530px;
  padding-top: 220px;
}

.npdc-registration__card {
  position: relative;
  z-index: 1;
  width: min(1280px, 100%);
  min-height: 1280px;
  margin-inline: auto;
  padding: 50px;
  color: #334155;
  background: #fff;
}

.npdc-registration__card .gform_wrapper {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.npdc-registration__card .gform_title {
  color: #2f2f2f;
  font-family: "Cormorant Garamond", serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.1;
}

.npdc-registration__card input:not([type="checkbox"]):not([type="radio"]),
.npdc-registration__card select {
  min-height: 38px;
  border-radius: 0;
}

/* Team page. */
.npdc-team {
  color: #2f2f2f;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.npdc-team__hero {
  position: relative;
  display: flex;
  min-height: 536px;
  padding: 200px 20px;
  isolation: isolate;
  background: #334155 url("/wp-content/uploads/2025/11/bg_texture.webp") center / cover;
}

.npdc-team__hero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background: rgba(33, 42, 56, 0.77);
}

.npdc-team__hero .npdc-production-shell {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.npdc-team__hero h1 {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 1.1;
}

.npdc-team__hero p,
.npdc-team__hero a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.npdc-team__gallery {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(960px, calc(100% - 40px));
  margin: -119px auto 0;
  grid-template-columns: 1fr 1.25fr 1fr;
  gap: 20px;
  align-items: center;
}

.npdc-team__gallery-image {
  min-height: 268px;
  border: 2px solid #fff;
  border-radius: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.npdc-team__gallery-image--one { background-image: url("/wp-content/uploads/2026/02/backofficeladies.webp"); }
.npdc-team__gallery-image--two { min-height: 298px; background-image: url("/wp-content/uploads/2026/02/2258235707821774229.webp"); }
.npdc-team__gallery-image--three { background-image: url("/wp-content/uploads/2026/02/4977834758704405348.webp"); }

.npdc-team-member {
  padding: 120px 20px;
}

.npdc-team-member--mist {
  background: #effaff;
}

.npdc-team-member__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.npdc-team-member__grid--image-first > img { order: -1; }

.npdc-team-member__copy h2 {
  color: #2f2f2f;
  font-family: "Cormorant Garamond", serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 1.1;
}

.npdc-team-member__copy > .npdc-production-kicker {
  margin-top: 12px;
}

.npdc-team-member__bio {
  margin-top: 30px;
  padding: 40px;
  color: #2f2f2f;
  background: #fff;
}

.npdc-team-member:not(.npdc-team-member--mist) .npdc-team-member__bio {
  background: #effaff;
}

.npdc-team-member__bio p + p {
  margin-top: 18px;
}

.npdc-team-member__grid > img {
  width: 100%;
  height: 650px;
  border-radius: 12px;
  object-fit: cover;
}

/* Dental services hub. */
.npdc-services-hub {
  color: #7a7a7a;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.npdc-services-hub__body {
  padding: 120px 20px;
}

.npdc-services-hub__grid {
  display: grid;
  grid-template-columns: minmax(0, 70%) minmax(0, 25%);
  gap: 5%;
}

.npdc-services-hub__main > h2,
.npdc-services-hub__help h2,
.npdc-services-hub__cta h2 {
  margin: 0 0 20px;
  color: #2f2f2f;
  font-family: "Cormorant Garamond", serif;
  font-size: 43px;
  font-weight: 600;
  line-height: 1.1;
}

.npdc-services-hub__main > p,
.npdc-services-hub__help p,
.npdc-services-hub__cta p {
  margin-bottom: 20px;
}

.npdc-services-hub a {
  color: #0ecae9;
}

.npdc-services-hub .npdc-production-button {
  margin: 5px 0 35px;
  color: #fff;
}

.npdc-services-hub__care,
.npdc-services-hub__help {
  margin: 25px 0;
  padding: 40px;
}

.npdc-services-hub__care {
  background: #effaff;
}

.npdc-services-hub__care h3,
.npdc-services-hub__help h2 {
  margin-bottom: 12px;
  color: #2f2f2f;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.npdc-services-hub__care p {
  margin-bottom: 12px;
}

.npdc-services-hub__lead-image {
  display: block;
  width: 100%;
  height: 520px;
  margin: 28px 0 35px;
  border-radius: 12px;
  object-fit: cover;
}

.npdc-services-feature {
  display: grid;
  margin: 22px 0;
  grid-template-columns: 42px 1fr;
  gap: 12px;
}

.npdc-services-feature > span {
  color: #0ecae9;
  font-size: 50px;
  font-weight: 300;
  line-height: 0.9;
}

.npdc-services-feature h3 {
  color: #2f2f2f;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.npdc-services-feature p {
  margin-top: 4px;
}

.npdc-services-hub__help {
  background: #f1f1f1;
}

.npdc-services-hub__main hr {
  margin: 30px 0 35px;
  border: 0;
  border-top: 1px solid #d9d9d9;
}

.npdc-services-hub__sidebar > .npdc-service-sidebar {
  width: 100%;
}

.npdc-services-hub__faq {
  position: relative;
  padding: 100px 20px;
  isolation: isolate;
  color: #fff;
  background: #334155;
  text-align: center;
}

.npdc-services-hub__faq h2 {
  max-width: 820px;
  margin: 18px auto 35px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 1.1;
}

.npdc-services-hub__faq-list {
  display: flex;
  max-width: 1180px;
  margin-inline: auto;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.npdc-services-hub__faq details {
  border-radius: 25px;
  color: #334155;
  background: #fff;
}

.npdc-services-hub__faq summary {
  padding: 14px 22px;
  cursor: pointer;
  font-weight: 700;
}

.npdc-services-hub__faq details p {
  padding: 0 22px 20px;
}

.npdc-services-hub__cta {
  padding: 80px 20px;
  background: #fff;
}

.npdc-services-hub__cta .npdc-production-shell {
  padding: 70px;
  border-radius: 12px;
  color: #fff;
  background: #334155;
}

.npdc-services-hub__cta .npdc-production-shell > div {
  max-width: 760px;
}

.npdc-services-hub__cta h2,
.npdc-services-hub__cta p,
.npdc-services-hub__cta a {
  color: #fff;
}

/* Legal pages. */
.npdc-legal {
  color: #7a7a7a;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.npdc-legal__section {
  padding: 80px 20px;
}

.npdc-legal__grid {
  display: grid;
  grid-template-columns: 21% 70%;
  justify-content: space-between;
}

.npdc-legal__grid h2 {
  margin-bottom: 25px;
  color: #2f2f2f;
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.1;
}

.npdc-legal__grid p + p,
.npdc-legal__grid ul + p {
  margin-top: 14px;
}

.npdc-legal__grid a {
  color: #0ecae9;
}

.npdc-legal__cta {
  position: relative;
  padding: 100px 20px;
  isolation: isolate;
  color: #fff;
  background: #334155;
  text-align: center;
}

.npdc-legal__cta .npdc-production-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.npdc-legal__cta h2 {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.1;
}

.npdc-legal__cta p {
  max-width: 760px;
  color: #fff;
}

/* Source archive, search, and not-found surfaces. */
.npdc-source-index,
.npdc-source-not-found {
  width: min(1180px, calc(100% - 40px));
  min-height: 0;
  margin-inline: auto;
  padding: 14px 0 80px;
  color: #7a7a7a;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.npdc-source-index > .wp-block-query-title,
.npdc-source-not-found h1 {
  margin: 0 0 50px;
  color: #2f2f2f;
  font-family: "Cormorant Garamond", serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 1.1;
}

.npdc-source-results .wp-block-post-template {
  display: block;
  padding: 0;
}

.npdc-source-result {
  margin: 0 0 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.npdc-source-result .wp-block-post-title {
  margin: 0 0 24px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.npdc-source-result .wp-block-post-title a {
  color: #0ecae9;
  text-decoration: none;
}

.npdc-source-result .wp-block-post-featured-image {
  margin: 0 0 18px;
}

.npdc-source-result .wp-block-post-featured-image img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 560px;
  border-radius: 12px;
  object-fit: cover;
}

.npdc-source-result .wp-block-post-excerpt,
.npdc-source-result .wp-block-post-excerpt__excerpt {
  margin: 0;
}

.npdc-source-search .npdc-source-result .wp-block-post-featured-image img {
  max-width: 820px;
}

.npdc-source-not-found {
  padding-bottom: 32px;
}

.npdc-source-not-found h1 {
  margin-bottom: 18px;
}

.npdc-source-not-found p {
  margin: 0;
}

@media (max-width: 1365px) and (min-width: 768px) {
  .npdc-production-shell { max-width: calc(100vw - 80px); }
}

@media (max-width: 1024px) {
  .npdc-new-patients__testimonials-grid,
  .npdc-services-hub__grid {
    grid-template-columns: 1fr;
  }

  .npdc-new-patients__testimonials-title { position: static; }
  .npdc-services-hub__sidebar { margin-top: 50px; }
}

@media (max-width: 767px) {
  .npdc-production-kicker { font-size: 14px; }

  .npdc-production-hero {
    min-height: 519px;
    padding: 240px 20px 120px;
  }

  .npdc-production-hero h1 {
    font-size: 50px;
    line-height: 58px;
  }

  .npdc-production-hero p,
  .npdc-production-hero p a {
    font-size: 16px;
  }

  .npdc-production-hero--services h1 {
    font-size: 46px;
    line-height: 52px;
  }

  .npdc-new-patients,
  .npdc-team,
  .npdc-legal {
    font-size: 14px;
  }

  .npdc-new-patients__intro {
    min-height: 790px;
    padding: 30px 20px 100px;
  }

  .npdc-new-patients__intro-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .npdc-new-patients__intro-copy h2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 33px;
  }

  .npdc-new-patients__intro-copy p + p { margin-top: 24px; }

  .npdc-new-patients__visit {
    min-height: 795px;
    padding: 30px;
  }

  .npdc-new-patients__visit-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .npdc-new-patients__visit-image,
  .npdc-new-patients__visit-image > img {
    height: 405px;
  }

  .npdc-new-patients__quote {
    width: 100%;
    min-height: 178px;
    padding: 25px;
  }

  .npdc-new-patients__quote img {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .npdc-new-patients__visit-card {
    min-height: 250px;
    padding: 30px;
    align-items: center;
    text-align: center;
  }

  .npdc-new-patients__visit-card h2 { font-size: 20px; }
  .npdc-new-patients__visit-card h3 { font-size: 30px; line-height: 38px; }

  .npdc-new-patients__testimonials {
    min-height: 1890px;
    padding: 30px 20px;
  }

  .npdc-new-patients__testimonials-grid { gap: 30px; }
  .npdc-new-patients__testimonials-title { text-align: center; }
  .npdc-new-patients__testimonials-title h2 {
    margin: 12px auto 0;
    font-size: 38px;
    line-height: 46px;
  }

  .npdc-new-patients__cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .npdc-new-patients__cards blockquote {
    min-height: 155px;
    padding: 24px;
  }

  .npdc-new-patients__cards blockquote:nth-child(n) { transform: none; }
  .npdc-new-patients__watermark {
    bottom: 80px;
    font-size: 72px;
  }

  .npdc-dark-form-page,
  .npdc-registration {
    min-height: 1320px;
    padding: 220px 20px 120px;
  }

  .npdc-dark-form-page h1 {
    font-size: 50px;
    line-height: 58px;
  }

  .npdc-dark-form-page__lead {
    max-width: 350px;
    font-size: 14px;
    line-height: 1.55;
  }

  .npdc-patient-forms__cards {
    width: 100%;
    margin-top: 42px;
    gap: 20px;
  }

  .npdc-patient-forms__cards section { min-height: 328px; }
  .npdc-patient-forms__cards h2 { font-size: 36px; line-height: 1.05; }
  .npdc-patient-forms__cards a { min-height: 44px; padding: 12px 25px; font-size: 13px; }

  .npdc-appointments { min-height: 1305px; }
  .npdc-appointments__card {
    width: 100%;
    min-height: 574px;
    margin-top: 45px;
    padding: 50px;
  }

  .npdc-appointments__card > h2 { font-size: 22px; }
  .npdc-appointments__card .gform_wrapper input:not([type="checkbox"]):not([type="radio"]),
  .npdc-appointments__card .gform_wrapper textarea { font-size: 16px; }

  .npdc-registration {
    min-height: 1820px;
    padding: 125px 14px 100px;
  }

  .npdc-registration__card {
    min-height: 1620px;
    padding: 28px;
  }

  .npdc-registration__card .gform_title { font-size: 38px; }
  .npdc-registration__card .gform_wrapper { font-size: 12px; }

  .npdc-team__hero {
    min-height: 376px;
    padding: 200px 20px 100px;
  }

  .npdc-team__hero h1 { font-size: 50px; line-height: 58px; }
  .npdc-team__hero p,
  .npdc-team__hero a { font-size: 14px; }

  .npdc-team__gallery {
    display: none;
  }

  .npdc-team-member { padding: 30px 20px; }
  .npdc-team-member__grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .npdc-team-member__grid > img,
  .npdc-team-member__grid--image-first > img {
    order: -1;
    height: auto;
    max-height: none;
    aspect-ratio: auto;
  }

  .npdc-team-member__copy { width: 100%; }
  .npdc-team-member__copy h2 { font-size: 38px; line-height: 46px; text-align: center; }
  .npdc-team-member__copy > .npdc-production-kicker { text-align: center; }
  .npdc-team-member__bio { margin-top: 20px; padding: 25px; }

  .npdc-services-hub { font-size: 14px; }
  .npdc-services-hub__body { padding: 30px 20px; }
  .npdc-services-hub__main > h2,
  .npdc-services-hub__help h2,
  .npdc-services-hub__cta h2 { font-size: 30px; line-height: 38px; }
  .npdc-services-hub__care,
  .npdc-services-hub__help { padding: 24px; }
  .npdc-services-hub__care h3,
  .npdc-services-hub__help h2 { font-size: 22px; line-height: 30px; }
  .npdc-services-hub__lead-image { height: auto; }
  .npdc-services-feature { grid-template-columns: 32px 1fr; }
  .npdc-services-feature h3 { font-size: 22px; line-height: 30px; }
  .npdc-services-hub__faq { padding: 60px 20px; }
  .npdc-services-hub__faq h2 { font-size: 38px; line-height: 46px; }
  .npdc-services-hub__faq summary { padding: 12px 16px; font-size: 12px; }
  .npdc-services-hub__cta { padding: 30px 20px; }
  .npdc-services-hub__cta .npdc-production-shell { padding: 40px; }

  .npdc-legal__section { padding: 20px 20px 50px; }
  .npdc-legal__grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .npdc-legal__grid h2 { margin-bottom: 20px; font-size: 25px; line-height: 33px; }
  .npdc-legal__cta { padding: 100px 20px; }
  .npdc-legal__cta h2 { font-size: 38px; line-height: 46px; }

  .npdc-source-index,
  .npdc-source-not-found {
    width: calc(100% - 40px);
    padding-top: 12px;
    font-size: 14px;
  }
  .npdc-source-index > .wp-block-query-title,
  .npdc-source-not-found h1 { margin-bottom: 35px; font-size: 38px; line-height: 46px; }
  .npdc-source-result { margin-bottom: 34px; }
  .npdc-source-result .wp-block-post-title { margin-bottom: 16px; font-size: 14px; }
  .npdc-source-result .wp-block-post-featured-image img { width: 100%; max-height: none; }
  .npdc-source-not-found { padding-bottom: 22px; }
}

