/* About page production-parity reconstruction. */
body.npdc-about-page,
body.npdc-about-page .npdc-main,
body.npdc-about-page .npdc-main > .wp-block-post-content,
body.npdc-about-page .npdc-about {
  overflow-x: clip;
}

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

.npdc-about {
  color: #7a7a7a;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

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

.npdc-about a {
  color: #0ecae9;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.npdc-about a:hover,
.npdc-about a:focus-visible {
  color: #0796d6;
}

.npdc-about img {
  display: block;
  max-width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

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

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

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

.npdc-about-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

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

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

.npdc-about-intro {
  min-height: 885.67px;
  padding: 120px 20px;
  background: #fff;
}

.npdc-about-intro__inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.npdc-about-intro__lead {
  display: flex;
  min-height: 427.45px;
  justify-content: space-between;
}

.npdc-about-intro__profile {
  display: flex;
  width: 21%;
  flex-direction: column;
  gap: 20px;
}

.npdc-about-intro__profile .npdc-about-kicker {
  min-height: 54px;
}

.npdc-about-intro__profile img {
  width: 100%;
  height: 328.45px;
  margin-top: 5px;
}

.npdc-about-intro__copy {
  display: flex;
  width: 70%;
  flex-direction: column;
}

.npdc-about-intro__copy p {
  margin: 0 0 20px;
}

.npdc-about-intro__cards {
  display: flex;
  width: 70%;
  align-self: flex-end;
  gap: 20px;
}

.npdc-about-intro__card {
  display: flex;
  min-width: 0;
  flex: 1 1 0;
  align-items: flex-start;
  padding: 40px;
  background: #effaff;
}

.npdc-about-intro__card h2 {
  color: #2f2f2f;
  font-family: "Lato", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}

.npdc-about-commitment {
  position: relative;
  min-height: 762.22px;
  padding: 120px 20px;
  isolation: isolate;
  color: #fff;
  background: #334155;
}

.npdc-about-commitment::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  opacity: 0.25;
  background-image: url("/wp-content/uploads/2025/11/bg_texture.webp");
}

.npdc-about-commitment__inner {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.npdc-about-commitment__copy,
.npdc-about-stats {
  width: 43%;
}

.npdc-about-commitment__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.npdc-about-commitment__copy > p:not(.npdc-about-kicker) {
  color: #fff;
}

.npdc-about-commitment__actions {
  display: flex;
  align-items: center;
}

.npdc-about .npdc-about-button {
  display: inline-flex;
  min-height: 53.2px;
  align-items: center;
  padding: 17px 34px;
  border-radius: 50px;
  color: #fff;
  background: #0ecae9;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

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

.npdc-about .npdc-about-button-icon {
  display: inline-flex;
  width: 52px;
  min-width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #0ecae9;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.npdc-about .npdc-about-button-icon:hover,
.npdc-about .npdc-about-button-icon:focus-visible {
  color: #fff;
  background: #0796d6;
  transform: rotate(45deg);
}

.npdc-about-stats {
  display: grid;
  min-height: 454.63px;
  grid-template-columns: 34.241% 15.759% 50%;
  grid-template-rows: 222.81px 231.82px;
}

.npdc-about-stat {
  display: flex;
  min-width: 0;
  align-content: center;
  align-items: center;
  gap: 0 10px;
  flex-wrap: wrap;
}

.npdc-about-stat:nth-child(1) {
  grid-column: 1;
  padding: 0 40px 40px 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.npdc-about-stat:nth-child(2) {
  grid-column: 2 / 4;
  padding: 0 0 40px 40px;
  border-bottom: 1px solid #fff;
}

.npdc-about-stat:nth-child(3) {
  grid-column: 1 / 3;
  padding: 40px 40px 0 0;
  border-right: 1px solid #fff;
}

.npdc-about-stat:nth-child(4) {
  grid-column: 3;
  padding: 40px 0 0 40px;
}

.npdc-about-stat__value {
  display: flex;
  align-items: baseline;
  color: #fff;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
}

.npdc-about-stat__value small {
  font: inherit;
}

.npdc-about-stat:nth-child(2) .npdc-about-stat__value small {
  margin-left: 8px;
}

.npdc-about-stat__value b {
  margin-left: 10px;
  color: #0ecae9;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.npdc-about-stat h3 {
  width: 100%;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

.npdc-about-drives {
  min-height: 1152.17px;
  padding: 120px 20px;
  background: #fff;
}

.npdc-about-drives__inner {
  display: grid;
  grid-template-columns: 600px 600px;
  gap: 80px;
}

.npdc-about-drives__images {
  display: flex;
  height: 912.17px;
  justify-content: space-between;
}

.npdc-about-drives__image {
  width: 48%;
  height: 650px;
}

.npdc-about-drives__image--winter {
  align-self: flex-end;
}

.npdc-about-drives__image--team {
  align-self: flex-start;
}

.npdc-about-drives__copy {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.npdc-about-drives__intro,
.npdc-about-statements,
.npdc-about-statement {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.npdc-about-drives__intro h2 {
  color: #2f2f2f;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: capitalize;
}

.npdc-about-statement {
  padding: 40px;
}

.npdc-about-statement--mission {
  background: #effaff;
}

.npdc-about-statement h3 {
  color: #0ecae9;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

.npdc-about-statement--mission h3 {
  color: #2f2f2f;
}

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

  .npdc-about-commitment__inner,
  .npdc-about-drives__inner {
    gap: 60px;
  }

  .npdc-about-drives__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .npdc-about-stat__value {
    font-size: 75px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .npdc-about-commitment__inner,
  .npdc-about-drives__inner {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .npdc-about-commitment__copy,
  .npdc-about-stats {
    width: 100%;
  }

  .npdc-about-drives__images {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .npdc-about {
    font-size: 14px;
    line-height: 1.6;
  }

  .npdc-about-shell {
    max-width: 100%;
  }

  .npdc-about a {
    font-size: 14px;
  }

  .npdc-about-kicker {
    font-size: 14px;
    line-height: 1.5;
  }

  .npdc-about-hero {
    min-height: 519.41px;
    padding: 240px 20px 120px;
  }

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

  .npdc-about-hero p,
  .npdc-about-hero p a {
    font-size: 16px;
    line-height: 1.4;
  }

  .npdc-about-intro {
    min-height: 1389.64px;
    padding: 30px 20px;
  }

  .npdc-about-intro__lead {
    min-height: 0;
    flex-direction: column;
    gap: 20px;
  }

  .npdc-about-intro__profile,
  .npdc-about-intro__copy,
  .npdc-about-intro__cards {
    width: 100%;
  }

  .npdc-about-intro__profile .npdc-about-kicker {
    min-height: 21px;
  }

  .npdc-about-intro__profile img {
    height: auto;
    aspect-ratio: 350 / 427.92;
    margin-top: 25px;
  }

  .npdc-about-intro__copy p {
    margin-bottom: 20px;
  }

  .npdc-about-intro__cards {
    flex-direction: column;
  }

  .npdc-about-intro__card {
    min-height: 124.81px;
    flex: none;
  }

  .npdc-about-intro__card h2 {
    font-size: 16px;
    line-height: 1.4;
  }

  .npdc-about-commitment {
    min-height: 1200.63px;
    padding: 120px 20px;
  }

  .npdc-about-commitment__inner {
    flex-direction: column;
    gap: 80px;
  }

  .npdc-about-commitment__copy,
  .npdc-about-stats {
    width: 100%;
  }

  .npdc-about-commitment h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .npdc-about-commitment__copy > p:not(.npdc-about-kicker) {
    text-align: center;
  }

  .npdc-about .npdc-about-button {
    min-height: 41px;
    padding: 13px 26px;
    font-size: 12px;
  }

  .npdc-about .npdc-about-button-icon {
    width: 41px;
    min-width: 41px;
    height: 41px;
    font-size: 23px;
  }

  .npdc-about-stats {
    display: block;
    min-height: 557px;
  }

  .npdc-about-stat {
    width: 100%;
    align-content: center;
    gap: 0 10px;
  }

  .npdc-about-stat:nth-child(1),
  .npdc-about-stat:nth-child(2),
  .npdc-about-stat:nth-child(3),
  .npdc-about-stat:nth-child(4) {
    border-right: 0;
  }

  .npdc-about-stat:nth-child(1) {
    min-height: 122px;
    padding: 0 0 30px;
    border-bottom: 1px solid #fff;
  }

  .npdc-about-stat:nth-child(2),
  .npdc-about-stat:nth-child(3) {
    min-height: 152px;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
  }

  .npdc-about-stat:nth-child(4) {
    min-height: 131px;
    padding: 30px 0 0;
    border-bottom: 0;
  }

  .npdc-about-stat__value {
    font-size: 50px;
  }

  .npdc-about-stat__value b {
    font-size: 28px;
  }

  .npdc-about-stat h3 {
    font-size: 20px;
    line-height: 1.3;
  }

  .npdc-about-drives {
    min-height: 1382.28px;
    padding: 120px 20px;
  }

  .npdc-about-drives__inner {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .npdc-about-drives__images {
    width: 100%;
    height: 340px;
  }

  .npdc-about-drives__image {
    width: 48%;
  }

  .npdc-about-drives__image--winter {
    height: 291px;
  }

  .npdc-about-drives__image--team {
    height: 340px;
  }

  .npdc-about-drives__intro h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .npdc-about-statement {
    min-height: 175.63px;
    padding: 20px;
  }

  .npdc-about-statement h3 {
    font-size: 20px;
    line-height: 1.3;
  }
}
