/* About page */
.about-page {
  background: #ffffff;
}

.about-main {
  overflow: hidden;
  background: #ffffff;
}

.about-container {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
}

.about-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  text-align: center;
}

.about-title h2 {
  margin: 0;
  color: #2d2d2d;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.about-title span {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f0d48f 0%, #d5a554 58%, #bd8536 100%);
  box-shadow: 0 2px 7px rgba(190, 135, 60, 0.24);
}

.about-hero {
  height: 500px;
  background: url("../images/about/hero.png") center top / cover no-repeat;
}

.about-intro {
  position: relative;
  min-height: 672px;
  padding: 77px 0 31px;
  overflow: hidden;
  background: url('../images/about/bg-about-intro.png') no-repeat;
}

.about-intro::before,
.about-intro::after {
  position: absolute;
  right: -110px;
  bottom: -40px;
  width: 1360px;
  height: 230px;
  border-top: 1px solid rgba(216, 175, 99, 0.24);
  border-radius: 50% 0 0 0;
  content: "";
  pointer-events: none;
  transform: rotate(-4deg);
}

.about-intro::after {
  right: -40px;
  bottom: -78px;
  border-top-color: rgba(216, 175, 99, 0.16);
  transform: rotate(-7deg);
}

.about-intro-card {
  position: relative;
  min-height: 412px;
  margin-top: 26px;
  padding: 28px 28px 24px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 15px 36px rgba(54, 44, 30, 0.08);
}

.about-intro-card::after {
  position: absolute;
  right: 87px;
  bottom: -19px;
  width: 310px;
  height: 330px;
  /* border: 28px solid rgba(213, 165, 84, 0.08); */
  /* clip-path: polygon(50% 0, 100% 14%, 100% 68%, 50% 100%, 0 68%, 0 14%); */
  background:url('/assets/images/about/bg_brand_logo.png') no-repeat center center;
  content: "";
  pointer-events: none;
}

.about-intro-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #666666;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.72;
}

.about-intro-card p + p {
  margin-top: 33px;
}

.about-cta {
  display: grid;
  width: 470px;
  height: 54px;
  grid-template-columns: 1fr 172px;
  margin: 26px auto 0;
  overflow: hidden;
  border: 1px solid #d7b46d;
  border-radius: 8px;
  background: #ffffff;
  color: #333333;
  line-height: 1;
}

.about-cta span,
.about-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  font-size: 18px;
}

.about-cta span {
  padding: 0 20px;
  white-space: nowrap;
}

.about-cta a {
  background: linear-gradient(90deg, #edc66d 0%, #bd863b 100%);
  color: #ffffff;
  font-weight: 800;
  transition: background 0.25s ease;
}

.about-cta a:hover {
  background: linear-gradient(90deg, #dfb65b 0%, #aa7633 100%);
}

.about-culture {
  padding: 24px 0 50px;
  background: #ffffff;
}

.about-culture-shot {
  display: block;
  width: 100%;
  margin-top: 42px;
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.about-advantages {
  padding: 30px 0 58px;
  background: #ffffff;
}

.about-advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 24px;
  margin-top: 43px;
}

.about-advantage-card {
  min-height: 322px;
  padding: 38px 25px 28px;
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 10px 31px rgba(0, 0, 0, 0.07);
}

.about-advantage-icon {
  display: block;
  width: 86px;
  height: 86px;
  margin: 0 auto;
  color: #d5a454;
  fill: currentColor;
}

.about-advantage-card h3 {
  margin: 22px 0 0;
  color: #252525;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.about-advantage-card p {
  margin: 13px 0 0;
  color: #666666;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0;
}

.about-cta--advantages {
  margin-top: 44px;
}

.about-qualifications {
  padding: 41px 0 0;
  background: #ffffff;
}

.about-qualifications .about-container {
  transform: translateY(-60px);
}

.about-qualification-list {
  display: grid;
  grid-template-columns: 250px 250px 1fr;
  gap: 64px;
  margin-top: 48px;
  color: #6a6a6a;
}

.about-qualification-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-qualification-list li {
  position: relative;
  min-height: 33px;
  padding-left: 19px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
  white-space: nowrap;
}

.about-qualification-list li::before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8a043;
  content: "";
}

.about-certificates-shot {
  display: block;
  width: 100%;
  margin-top: 26px;
}

.about-contact-shot {
  margin-top: -72px;
  background: #ffffff;
}

.about-contact-shot img {
  display: block;
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}

@media (max-width: 1180px) {
  .about-advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-qualification-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 44px;
  }

  .about-qualification-list ul:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .about-container {
    width: min(100% - 32px, 1200px);
  }

  .about-hero {
    height: 320px;
    background-size: auto 100%;
    background-position: 38% top;
  }

  .about-title {
    gap: 14px;
  }

  .about-title h2 {
    font-size: 32px;
  }

  .about-title span {
    width: 12px;
    height: 12px;
  }

  .about-intro {
    min-height: 0;
    padding: 48px 0 36px;
  }

  .about-intro-card {
    min-height: 0;
    padding: 24px 22px;
  }

  .about-intro-card p {
    font-size: 17px;
    line-height: 1.75;
  }

  .about-intro-card p + p {
    margin-top: 20px;
  }

  .about-culture,
  .about-advantages,
  .about-qualifications {
    padding-top: 40px;
  }

  .about-qualifications .about-container {
    transform: none;
  }

  .about-advantage-card {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .about-hero {
    height: 230px;
    background-position: 40% top;
  }

  .about-title h2 {
    font-size: 27px;
  }

  .about-culture-shot {
    min-height: 230px;
    object-fit: cover;
    object-position: left center;
  }

  .about-advantage-grid {
    grid-template-columns: 1fr;
  }

  .about-advantage-card {
    padding: 32px 22px 28px;
  }

  .about-advantage-icon {
    width: 70px;
    height: 70px;
  }

  .about-advantage-card h3 {
    font-size: 23px;
  }

  .about-advantage-card p {
    font-size: 16px;
  }

  .about-cta {
    grid-template-columns: 1fr;
    width: min(100%, 470px);
    height: auto;
  }

  .about-cta span,
  .about-cta a {
    min-height: 48px;
    font-size: 16px;
  }

  .about-qualification-list {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 32px;
  }

  .about-qualification-list ul:last-child {
    grid-column: auto;
  }

  .about-qualification-list li {
    white-space: normal;
    font-size: 16px;
  }

  .about-certificates-shot {
    min-height: 520px;
    object-fit: cover;
    object-position: top center;
  }

  .about-contact-shot img {
    min-height: 280px;
  }
}
