.pdl-about-page {
  color: #173047;
  background: #fff;
}

.pdl-about-page .pdl-eyebrow {
  margin: 0 0 12px;
  color: #0872cf;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 0;
}

.pdl-about-page h1,
.pdl-about-page h2,
.pdl-about-page h3,
.pdl-about-page p {
  letter-spacing: 0;
}

.pdl-about-hero {
  position: relative;
  min-height: 640px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #0a2942;
}

.pdl-about-hero-media,
.pdl-about-hero-media::before,
.pdl-about-hero-media::after {
  position: absolute;
  inset: 0;
  margin: 0;
}

.pdl-about-hero-poster,
.pdl-about-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.pdl-about-hero-poster {
  z-index: 0;
}

.pdl-about-hero-video {
  opacity: 0;
  filter: saturate(.86) contrast(1.04);
}

.pdl-about-hero-media.is-video-playing .pdl-about-hero-video {
  opacity: 1;
}

.pdl-about-hero-media::before {
  z-index: 1;
  content: "";
  background: rgba(4, 26, 44, .62);
}

.pdl-about-hero-media::after {
  z-index: 2;
  content: "";
  background: linear-gradient(180deg, rgba(4, 24, 40, .28) 0%, rgba(4, 24, 40, .04) 42%, rgba(4, 24, 40, .74) 100%);
}

.pdl-about-hero-inner {
  position: relative;
  z-index: 3;
  padding-top: 132px;
  padding-bottom: 40px;
}

.pdl-about-hero-copy {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.pdl-about-hero .pdl-eyebrow {
  color: #72c8ff;
}

.pdl-about-hero h1 {
  max-width: 780px;
  margin: 0 auto;
  color: #fff;
  font-size: 3.75rem;
  line-height: 1.08;
  text-wrap: balance;
}

.pdl-about-hero-lead {
  max-width: 680px;
  margin: 22px auto 0;
  color: rgba(234, 244, 252, .88);
  font-size: 1.08rem;
  line-height: 1.75;
}

.pdl-about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

.pdl-about-hero-actions .pdl-button {
  min-height: 48px;
  padding-inline: 22px;
}

.pdl-about-hero-actions .pdl-button-secondary {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .48);
}

.pdl-about-hero-actions .pdl-button-secondary:hover,
.pdl-about-hero-actions .pdl-button-secondary:focus-visible {
  color: #0a5fb9;
  background: #fff;
  border-color: #fff;
}

.pdl-about-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1060px;
  margin: 54px auto 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(218, 236, 248, .25);
  list-style: none;
}

.pdl-about-facts li {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 0 22px;
}

.pdl-about-facts li:first-child {
  padding-left: 0;
}

.pdl-about-facts li + li {
  border-left: 1px solid rgba(218, 236, 248, .2);
}

.pdl-about-facts svg {
  width: 40px;
  height: 40px;
  padding: 9px;
  color: #72c8ff;
  background: rgba(8, 112, 209, .18);
  border: 1px solid rgba(143, 211, 255, .34);
  border-radius: 50%;
}

.pdl-about-facts strong,
.pdl-about-facts small {
  display: block;
}

.pdl-about-facts strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.28;
}

.pdl-about-facts small {
  margin-top: 4px;
  color: rgba(225, 239, 249, .7);
  font-size: .76rem;
  line-height: 1.38;
}

.pdl-about-jump {
  position: sticky;
  top: var(--header-height, 76px);
  z-index: 20;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid #dce7ef;
  box-shadow: 0 7px 22px rgba(19, 53, 78, .05);
  backdrop-filter: blur(12px);
}

.pdl-about-jump .pdl-container {
  min-height: 58px;
  display: flex;
  gap: 28px;
  align-items: center;
}

.pdl-about-jump span {
  color: #7790a3;
  font-size: .74rem;
  font-weight: 800;
}

.pdl-about-jump a {
  color: #28465e;
  font-size: .84rem;
  font-weight: 750;
}

.pdl-about-jump a:hover,
.pdl-about-jump a:focus-visible {
  color: #075bc7;
}

.pdl-about-company,
.pdl-about-culture,
.pdl-about-projects,
.pdl-about-cooperation,
.pdl-about-principles,
.pdl-about-factory-link {
  padding: 96px 0;
}

.pdl-about-company-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr);
  gap: 74px;
  align-items: center;
}

.pdl-about-company-media {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 26px 62px rgba(17, 47, 70, .14);
}

.pdl-about-company-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.pdl-about-company-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 7px 11px;
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  background: rgba(6, 32, 52, .76);
  border-radius: 999px;
}

.pdl-about-company-copy h2,
.pdl-about-heading h2,
.pdl-about-principles-copy h2,
.pdl-about-factory-link h2 {
  margin: 0;
  color: #0d2b43;
  font-size: 2.7rem;
  line-height: 1.16;
  text-wrap: balance;
}

.pdl-about-company-copy > p:not(.pdl-eyebrow):not(.pdl-about-location) {
  margin: 18px 0 0;
  color: #597084;
  line-height: 1.8;
}

.pdl-about-location {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 20px 0 0;
  color: #31536c;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.55;
}

.pdl-about-location svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  margin-top: 1px;
  color: #0872cf;
}

.pdl-about-company-points {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid #dce7ef;
  list-style: none;
}

.pdl-about-company-points li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid #dce7ef;
}

.pdl-about-company-points svg {
  width: 38px;
  height: 38px;
  padding: 9px;
  color: #0872cf;
  background: #e9f4fd;
  border-radius: 50%;
}

.pdl-about-company-points strong,
.pdl-about-company-points span {
  display: block;
}

.pdl-about-company-points strong {
  color: #17364f;
  font-size: .98rem;
}

.pdl-about-company-points span {
  margin-top: 4px;
  color: #6a7f90;
  font-size: .82rem;
  line-height: 1.5;
}

.pdl-about-culture {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  background: #e9f3f9;
  border-top: 1px solid #d8e7f0;
  border-bottom: 1px solid #d3e4ee;
}

.pdl-about-culture > .pdl-container {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 5vw, 80px);
  align-items: end;
}

.pdl-about-culture-heading {
  max-width: none;
  padding-top: 7px;
}

.pdl-about-culture-intro {
  min-width: 0;
}

.pdl-about-culture-heading h2 {
  margin: 0;
  color: #0d2b43;
  font-size: clamp(1.95rem, 2.2vw, 2.25rem);
  line-height: 1.22;
  white-space: nowrap;
}

.pdl-about-culture-media {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 30px 0 0;
  overflow: hidden;
  background: #dce9f2;
  border-radius: 6px;
  box-shadow: 0 16px 36px rgba(18, 54, 80, .12);
}

.pdl-about-culture-media::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(5, 30, 49, .55));
}

.pdl-about-culture-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
  transition: transform 600ms ease;
}

.pdl-about-culture-media:hover img {
  transform: scale(1.025);
}

.pdl-about-culture-media figcaption {
  position: absolute;
  right: 14px;
  bottom: 11px;
  z-index: 1;
  color: rgba(255, 255, 255, .9);
  font-size: .68rem;
  font-weight: 750;
}

.pdl-about-culture-content {
  min-width: 0;
  border-top: 1px solid #cbdde9;
  border-bottom: 1px solid #cbdde9;
}

.pdl-about-culture-statements {
  display: grid;
  grid-template-columns: 1fr;
}

.pdl-about-culture-statements article {
  min-width: 0;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 29px 0 30px;
}

.pdl-about-culture-statements article + article {
  border-top: 1px solid #d6e4ed;
}

.pdl-about-culture-statements small {
  display: block;
  margin: 0;
  color: #0872cf;
  font-size: .76rem;
  font-weight: 850;
}

.pdl-about-culture-statements h3 {
  max-width: 660px;
  margin: 0;
  color: #15364f;
  font-size: 1.48rem;
  line-height: 1.48;
  text-wrap: balance;
}

.pdl-about-values {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 26px 0 28px;
  border-top: 1px solid #d6e4ed;
}

.pdl-about-values > p {
  margin: 0;
  color: #6a8193;
  font-size: .78rem;
  font-weight: 850;
}

.pdl-about-values ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdl-about-values li {
  min-width: 0;
  display: flex;
  gap: 11px;
  align-items: center;
  color: #284a63;
  font-size: .9rem;
  font-weight: 800;
}

.pdl-about-values svg {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  padding: 8px;
  color: #0872cf;
  background: #dceefa;
  border-radius: 50%;
}

.pdl-about-projects {
  background: #fff;
}

.pdl-about-heading {
  display: flex;
  gap: 48px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 38px;
}

.pdl-about-heading > p {
  max-width: 440px;
  margin: 0;
  color: #61788c;
  line-height: 1.7;
}

.pdl-about-project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pdl-about-project {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #f4f8fb;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(17, 49, 73, .08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.pdl-about-project:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(17, 49, 73, .14);
}

.pdl-about-project img {
  width: 100%;
  height: 218px;
  object-fit: cover;
}

.pdl-about-project > div {
  min-height: 190px;
  padding: 22px 21px 24px;
}

.pdl-about-project small {
  color: #0872cf;
  font-size: .72rem;
  font-weight: 800;
}

.pdl-about-project h3 {
  margin: 8px 0 0;
  color: #14334b;
  font-size: 1.12rem;
  line-height: 1.42;
}

.pdl-about-project p {
  margin: 10px 0 0;
  color: #63788a;
  font-size: .86rem;
  line-height: 1.65;
}

.pdl-about-cooperation {
  background: #fff;
}

.pdl-about-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdl-about-steps::before {
  position: absolute;
  top: 52px;
  right: calc(12.5% - 22px);
  left: calc(12.5% - 22px);
  height: 1px;
  content: "";
  background: #c9dcea;
}

.pdl-about-steps li {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 28px;
  text-align: center;
}

.pdl-about-steps li + li {
  border-left: 1px solid #e0e9f0;
}

.pdl-about-steps > li > span {
  display: block;
  color: #0872cf;
  font-size: .72rem;
  font-weight: 850;
}

.pdl-about-steps svg {
  width: 46px;
  height: 46px;
  display: block;
  margin: 14px auto 20px;
  padding: 11px;
  color: #fff;
  background: #0872cf;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 7px 18px rgba(8, 114, 207, .2);
}

.pdl-about-steps h3 {
  margin: 0;
  color: #16354d;
  font-size: 1.04rem;
}

.pdl-about-steps p {
  max-width: 220px;
  margin: 10px auto 0;
  color: #687e90;
  font-size: .84rem;
  line-height: 1.62;
}

.pdl-about-principles {
  color: #fff;
  background: #0b2d47;
}

.pdl-about-principles-grid {
  display: grid;
  grid-template-columns: minmax(380px, .86fr) minmax(0, 1.14fr);
  gap: 74px;
  align-items: center;
}

.pdl-about-principles .pdl-eyebrow {
  color: #67c3ff;
}

.pdl-about-principles-copy h2 {
  color: #fff;
}

.pdl-about-principles-copy > p:not(.pdl-eyebrow) {
  margin: 20px 0 0;
  color: rgba(222, 237, 247, .76);
  line-height: 1.78;
}

.pdl-about-principles-copy ul {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid rgba(219, 235, 246, .18);
  list-style: none;
}

.pdl-about-principles-copy li {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(219, 235, 246, .18);
}

.pdl-about-principles-copy strong {
  color: #fff;
}

.pdl-about-principles-copy span {
  color: rgba(222, 237, 247, .72);
  font-size: .84rem;
  line-height: 1.55;
}

.pdl-about-principles-media {
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.pdl-about-principles-media img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.pdl-about-factory-link {
  background: #f5f9fc;
  border-bottom: 1px solid #deE8f0;
}

.pdl-about-factory-link .pdl-container {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: space-between;
}

.pdl-about-factory-link h2 {
  font-size: 2.3rem;
}

.pdl-about-factory-link p:not(.pdl-eyebrow) {
  max-width: 700px;
  margin: 14px 0 0;
  color: #60778a;
  line-height: 1.7;
}

.pdl-about-factory-link .pdl-button {
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .pdl-about-hero {
    min-height: 700px;
  }

  .pdl-about-hero h1 {
    font-size: 3.2rem;
  }

  .pdl-about-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 0;
  }

  .pdl-about-facts li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .pdl-about-company-grid,
  .pdl-about-principles-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .pdl-about-company-copy {
    max-width: 760px;
  }

  .pdl-about-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdl-about-culture > .pdl-container {
    grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr);
    gap: 40px;
  }

  .pdl-about-values ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdl-about-principles-media {
    min-height: 420px;
  }

  .pdl-about-principles-media img {
    min-height: 420px;
  }
}

@media (max-width: 720px) {
  .pdl-about-hero {
    min-height: 600px;
  }

  .pdl-about-hero-video {
    object-position: 58% center;
  }

  .pdl-about-hero-media::before {
    background: rgba(4, 26, 44, .68);
  }

  .pdl-about-hero-inner {
    padding-top: 96px;
    padding-bottom: 24px;
  }

  .pdl-about-hero h1 {
    font-size: 2.45rem;
    line-height: 1.12;
  }

  .pdl-about-hero-lead {
    margin-top: 16px;
    font-size: .92rem;
    line-height: 1.65;
  }

  .pdl-about-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
  }

  .pdl-about-hero-actions .pdl-button {
    min-width: 0;
    min-height: 44px;
    padding-inline: 9px;
    font-size: .82rem;
  }

  .pdl-about-facts {
    gap: 12px 0;
    margin-top: 30px;
    padding-top: 18px;
  }

  .pdl-about-facts li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    padding: 0 10px;
  }

  .pdl-about-facts svg {
    width: 32px;
    height: 32px;
    padding: 7px;
  }

  .pdl-about-facts strong {
    font-size: .84rem;
  }

  .pdl-about-facts small {
    font-size: .68rem;
  }

  .pdl-about-jump {
    top: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .pdl-about-jump::-webkit-scrollbar {
    display: none;
  }

  .pdl-about-jump .pdl-container {
    width: max-content;
    min-width: 100%;
    min-height: 48px;
    gap: 20px;
    padding-inline: 16px;
  }

  .pdl-about-company,
  .pdl-about-culture,
  .pdl-about-projects,
  .pdl-about-cooperation,
  .pdl-about-principles,
  .pdl-about-factory-link {
    padding: 58px 0;
  }

  .pdl-about-company-grid,
  .pdl-about-principles-grid {
    gap: 30px;
  }

  .pdl-about-company-media,
  .pdl-about-company-media img {
    min-height: 310px;
  }

  .pdl-about-company-copy h2,
  .pdl-about-culture-heading h2,
  .pdl-about-heading h2,
  .pdl-about-principles-copy h2,
  .pdl-about-factory-link h2 {
    font-size: 1.9rem;
    line-height: 1.22;
  }

  .pdl-about-culture-heading h2 {
    white-space: normal;
  }

  .pdl-about-company-copy > p:not(.pdl-eyebrow):not(.pdl-about-location) {
    margin-top: 14px;
    font-size: .9rem;
    line-height: 1.68;
  }

  .pdl-about-location {
    font-size: .8rem;
  }

  .pdl-about-company-points {
    margin-top: 22px;
  }

  .pdl-about-company-points li {
    padding: 13px 0;
  }

  .pdl-about-culture-heading {
    max-width: none;
    padding-top: 0;
  }

  .pdl-about-culture-media {
    max-width: 540px;
    margin-top: 22px;
  }

  .pdl-about-culture > .pdl-container {
    display: block;
  }

  .pdl-about-culture-content {
    margin-top: 30px;
  }

  .pdl-about-culture-statements {
    grid-template-columns: 1fr;
  }

  .pdl-about-culture-statements article {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    padding: 20px 0 21px;
  }

  .pdl-about-culture-statements article + article {
    border-top: 1px solid #cbdde9;
  }

  .pdl-about-culture-statements h3 {
    max-width: none;
    font-size: 1.12rem;
    line-height: 1.5;
  }

  .pdl-about-values {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    padding: 20px 0 21px;
  }

  .pdl-about-values > p {
    margin: 0;
  }

  .pdl-about-values ul {
    gap: 14px 10px;
  }

  .pdl-about-values li {
    font-size: .86rem;
  }

  .pdl-about-values svg {
    width: 30px;
    height: 30px;
    padding: 7px;
  }

  .pdl-about-culture-media:hover img {
    transform: none;
  }

  .pdl-about-heading {
    display: block;
    margin-bottom: 24px;
  }

  .pdl-about-heading > p {
    margin-top: 12px;
    font-size: .88rem;
  }

  .pdl-about-project-grid {
    gap: 10px;
  }

  .pdl-about-project img {
    height: 122px;
  }

  .pdl-about-project > div {
    min-height: 164px;
    padding: 14px 12px 16px;
  }

  .pdl-about-project h3 {
    margin-top: 5px;
    font-size: .94rem;
    line-height: 1.36;
  }

  .pdl-about-project p {
    margin-top: 7px;
    font-size: .76rem;
    line-height: 1.52;
  }

  .pdl-about-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .pdl-about-steps::before {
    content: none;
  }

  .pdl-about-steps li {
    min-height: 196px;
    padding: 18px 13px;
    border-top: 1px solid #dce7ef;
  }

  .pdl-about-steps li + li {
    border-left: 0;
  }

  .pdl-about-steps li:nth-child(even) {
    border-left: 1px solid #dce7ef;
  }

  .pdl-about-steps svg {
    margin: 10px auto 14px;
  }

  .pdl-about-steps h3 {
    font-size: .94rem;
  }

  .pdl-about-steps p {
    margin-top: 7px;
    font-size: .76rem;
    line-height: 1.5;
  }

  .pdl-about-principles-copy > p:not(.pdl-eyebrow) {
    font-size: .88rem;
    line-height: 1.66;
  }

  .pdl-about-principles-copy li {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    padding: 13px 0;
  }

  .pdl-about-principles-copy strong,
  .pdl-about-principles-copy span {
    font-size: .8rem;
  }

  .pdl-about-principles-media,
  .pdl-about-principles-media img {
    min-height: 270px;
  }

  .pdl-about-factory-link .pdl-container {
    display: block;
  }

  .pdl-about-factory-link p:not(.pdl-eyebrow) {
    font-size: .86rem;
  }

  .pdl-about-factory-link .pdl-button {
    width: 100%;
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pdl-about-page *,
  .pdl-about-page *::before,
  .pdl-about-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
