.about-page {
  background: #ffffff;
}

.about-intro {
  position: relative;
  z-index: 2;
  background: transparent;
}

.about-intro-shell {
  width: min(calc(100% - 80px), 1110px);
  margin-inline: auto;
  padding-top: 154px;
}

.about-intro h1 {
  margin: 0;
  color: #071c1d;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-align: center;
}

.about-intro h1 span {
  color: #ea7f53;
}

.about-copy {
  width: min(100%, 1106px);
  margin: 56px auto 0;
  color: #42474d;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}

.about-copy p {
  margin: 0;
}

.about-image {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 440px;
  margin: 96px 0 0;
  overflow: hidden;
  border-radius: 12px;
}

.about-image img {
  position: absolute;
  top: -13.863636%;
  left: -40.27027%;
  display: block;
  width: 140.18018%;
  height: 140.227273%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.about-values {
  position: relative;
  z-index: 1;
  height: 803px;
  margin-top: -163px;
  overflow: hidden;
  background: #111416;
}

.about-values-pattern {
  position: absolute;
  z-index: 0;
  top: -862.824px;
  left: calc(50% - 1892.512px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3480.527px;
  height: 2135.126px;
  pointer-events: none;
}

.about-values-pattern-rotor {
  flex: 0 0 auto;
  width: 1495.937px;
  height: 3119.699px;
  transform: rotate(-72.82deg) skewX(4.1deg);
}

.about-values-pattern img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

.about-values-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 80px), 1110px);
  margin-inline: auto;
  padding-top: 253px;
}

.about-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 539px));
  justify-content: center;
  gap: 30px;
}

.about-value-card {
  min-height: 220px;
  padding: 26px 32px 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(26, 26, 26, 0.94);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
}

.about-value-card header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-value-card header img {
  display: block;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.about-value-card h2 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.about-value-card > p {
  margin: 24px 0 0;
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.about-principle {
  margin: 90px 0 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}

.about-principle span {
  color: #ea7f53;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .about-intro-shell,
  .about-values-shell {
    width: min(calc(100% - 96px), 1110px);
  }
}

@media (max-width: 1199px) {
  .about-intro-shell {
    width: calc(100% - 80px);
    padding-top: calc(var(--header-height) + 68px);
  }

  .about-intro h1 {
    font-size: 42px;
  }

  .about-copy {
    margin-top: 44px;
    font-size: 18px;
    line-height: 36px;
  }

  .about-image {
    height: auto;
    aspect-ratio: 1110 / 440;
    margin-top: 80px;
  }

  .about-values {
    height: auto;
    min-height: 700px;
    margin-top: -10vw;
  }

  .about-values-pattern {
    top: -862.824px;
    left: calc(50% - 1892.512px);
  }

  .about-values-shell {
    width: calc(100% - 80px);
    padding: 160px 0 120px;
  }

  .about-value-card {
    height: auto;
  }

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

@media (max-width: 767px) {
  .about-intro-shell {
    width: calc(100% - 40px);
    padding-top: calc(var(--header-height) + 50px);
  }

  .about-intro h1 {
    font-size: clamp(32px, 9vw, 36px);
    line-height: 1.25;
  }

  .about-copy {
    margin-top: 36px;
    font-size: 16px;
    line-height: 30px;
  }

  .about-copy p + p {
    margin-top: 16px;
  }

  .about-image {
    aspect-ratio: 16 / 9;
    margin-top: 56px;
    border-radius: 10px;
  }

  .about-values {
    min-height: 0;
    margin-top: -36px;
  }

  .about-values-pattern {
    top: -862.824px;
    left: calc(50% - 1892.512px);
  }

  .about-values-shell {
    width: calc(100% - 40px);
    padding: 92px 0 88px;
  }

  .about-value-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-value-card {
    min-height: 220px;
    padding: 24px;
  }

  .about-value-card header {
    gap: 16px;
  }

  .about-value-card > p {
    margin-top: 20px;
    line-height: 30px;
  }

  .about-principle {
    margin-top: 56px;
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 420px) {
  .about-value-card {
    border-radius: 20px;
  }
}
