/* About page — scoped to avoid clashing with homepage .hero */
.page-about {
  --about-pad: clamp(1.5rem, 6.94vw, 100px);
  --about-content: min(100% - 2.5rem, var(--container));
  --about-section-gap: clamp(5rem, 8vw, 7.5rem);
  /* Matches value icons + “Our Speech” / “leader” in design */
  --about-heading-accent: #0c7bc0;
  --about-icon-circle: #d6ecff;
  --about-quote-bg: #1464c0;
}

.page-about main {
  background: #fff;
}

.about-hero {
  position: relative;
  width: 100%;
  min-height: 683px;
  padding: 65px var(--about-pad) clamp(5rem, 8vw, 7.5rem);
  overflow: visible;
  background: #fff;
  isolation: isolate;
}

/* Keep heavy blurs inside the hero so they don’t wash out the values section */
.about-hero-effects {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  background: url("../assets/about/About_img3.jpg") 65% center / cover no-repeat;
  transform: scaleX(-1);
  z-index: 0;
}

.about-hero-fade {
  position: absolute;
  left: 0;
  top: 0;
  width: 970px;
  max-width: 67.36%;
  height: 683px;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    44.54% 33.86% at 102.68% 34.33%,
    rgba(234, 234, 234, 0.75) 16.76%,
    rgba(255, 255, 255, 0.75) 100%
  );
  filter: blur(250px);
}

.about-hero-fade-bottom {
  position: absolute;
  left: -156px;
  top: 492px;
  width: 1787px;
  max-width: 124%;
  height: 451px;
  z-index: 1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.75);
  filter: blur(125px);
}

.about-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(2rem, 5vw, 80px);
  width: 100%;
}

.about-hero-container {
  position: relative;
  z-index: 2;
}

.about-hero-copy {
  flex: 0 1 444px;
  max-width: 444px;
  padding-top: 81px;
  text-align: left;
}

.about-hero-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 45px;
  color: #000;
  margin-bottom: 61px;
  max-width: 432px;
  text-align: left;
}

.about-hero-title span {
  color: var(--about-heading-accent);
}

.about-hero-text {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 444px;
}

.about-hero-text p {
  font-size: 16px;
  line-height: 24px;
  color: #272727;
  text-align: left;
  margin: 0;
}

.about-hero-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 73px;
}

.about-hero-social-link {
  display: flex;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.about-hero-social-link:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.about-hero-portrait-wrap {
  position: relative;
  flex-shrink: 0;
  width: 456px;
  max-width: 42%;
  margin-left: auto;
  padding-left: 52px;
}

.about-hero-portrait {
  position: relative;
  width: 400px;
  max-width: 100%;
  height: 503px;
  margin-left: auto;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.about-hero-portrait-photo {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #d9d9d9;
  box-shadow: 0 8px 28px rgba(2, 28, 59, 0.08);
}

.about-hero-portrait-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}

.about-hero-portrait-logo {
  position: absolute;
  left: -42.5%;
  bottom: -25.85%;
  width: 142.5%;
  height: auto;
  pointer-events: none;
  z-index: 3;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.1));
}

.about-values {
  position: relative;
  z-index: 1;
  padding: var(--about-section-gap) var(--about-pad) var(--about-section-gap);
  background: #fff;
}

.about-values-inner,
.about-leader-inner {
  width: var(--about-content);
  max-width: 1240px;
  margin-inline: auto;
}

.about-values-title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.2;
  margin: 0 0 65px;
  text-align: left;
}

.about-values-title-dark {
  display: block;
  white-space: nowrap;
  color: #000;
  font-weight: 600;
}

.about-values-title-accent {
  display: block;
  margin-top: 0.15em;
  color: var(--about-heading-accent);
  font-weight: 700;
}

.about-values-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 85px;
  flex-wrap: nowrap;
  padding: 0 40px;
  list-style: none;
}

.about-value-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
  min-width: 90px;
}

.about-value-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--about-icon-circle);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-value-icon img,
.about-value-icon svg {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.about-value-item > span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #021c3b;
  text-align: center;
}

.about-leader {
  padding: var(--about-section-gap) var(--about-pad) clamp(8rem, 12vw, 10rem);
  background: #fff;
}

.about-leader-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(48px, 8vw, 100px);
}

.about-leader-media {
  position: relative;
  flex: 0 0 610px;
  width: 610px;
  max-width: 52%;
  padding-bottom: 50px;
}

.about-leader-image {
  width: 100%;
  height: 362px;
  object-fit: cover;
  border-radius: 25px;
  display: block;
}

.about-leader-quote {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 271px;
  min-height: 190px;
  background: var(--about-quote-bg);
  border-radius: 12.5px;
  padding: 48px 38px 30px 44px;
  color: #fff;
}

.about-leader-quote p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  max-width: 194px;
  margin: 0;
}

.about-leader-text {
  font-size: 18px;
  line-height: 26px;
  color: var(--navy-stat);
  width: 504px;
  max-width: 100%;
  margin: 0;
}

.about-quote-mark {
  position: absolute;
  font-weight: 500;
  font-size: 44px;
  line-height: 1;
  color: #fff;
}

.about-quote-mark--open {
  top: 28px;
  left: 25px;
}

.about-quote-mark--close {
  bottom: 14px;
  right: 28px;
  line-height: 0.6;
}

.about-leader-copy {
  flex: 0 0 504px;
  width: 504px;
  max-width: 100%;
  padding-top: 150px;
  box-sizing: border-box;
}

.about-leader-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  color: #000;
  margin: 0 0 28px;
}

.about-leader-title-accent {
  color: var(--about-heading-accent);
  font-weight: 700;
}

@media (max-width: 1200px) {
  .about-hero-fade {
    width: 67.36%;
    height: 100%;
    max-height: 683px;
  }

  .about-hero-fade-bottom {
    left: -10.8%;
    top: 72%;
    height: 66%;
  }

  .about-values-list {
    gap: 48px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-leader-inner {
    gap: 60px;
  }

  .about-leader-copy {
    flex: 0 1 504px;
    width: auto;
    padding-top: 178px;
  }

  .about-leader-media {
    flex: 0 1 480px;
    width: 480px;
    max-width: 48%;
  }

  .about-leader-quote {
    right: -20px;
  }
}

@media (max-width: 900px) {
  .page-about {
    --about-section-gap: clamp(3rem, 10vw, 5rem);
  }

  .about-hero {
    min-height: auto;
    padding: 40px var(--about-pad) var(--about-section-gap);
  }

  .about-hero-content {
    flex-direction: column-reverse;
    align-items: center;
  }

  .about-hero-copy {
    max-width: 100%;
    flex: 1;
    padding-top: 36px;
  }

  .about-hero-title {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 28px;
  }

  .about-hero-social {
    margin-top: 36px;
  }

  .about-hero-portrait-wrap {
    width: 100%;
    max-width: 400px;
    margin-left: 0;
    padding-left: 0;
  }

  .about-hero-portrait {
    width: 100%;
    height: auto;
    aspect-ratio: 400 / 503;
    margin-left: 0;
  }

  .about-hero-portrait-photo {
    height: 100%;
  }

  .about-hero-text br,
  .about-leader-text br.about-line-break {
    display: none;
  }

  .about-values-title {
    font-size: 36px;
    margin-bottom: 48px;
  }

  .about-values-title-dark {
    white-space: normal;
  }

  .about-values-list {
    gap: 36px;
    padding: 0;
  }

  .about-leader {
    padding: var(--about-section-gap) var(--about-pad) clamp(5rem, 12vw, 6.25rem);
  }

  .about-leader-inner {
    flex-direction: column;
    gap: 90px;
  }

  .about-leader-media {
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
  }

  .about-leader-image {
    height: auto;
    aspect-ratio: 610 / 362;
  }

  .about-leader-quote {
    right: 16px;
    bottom: -60px;
  }

  .about-leader-copy {
    flex: 1 1 auto;
    width: 100%;
    padding-top: 16px;
  }

  .about-leader-text {
    width: 100%;
  }

  .about-leader-title {
    margin-bottom: 28px;
  }
}

@media (max-width: 600px) {
  .about-hero-title {
    font-size: 32px;
  }

  .about-values-title {
    font-size: 28px;
  }

  .about-values-list {
    gap: 28px;
  }

  .about-value-icon {
    width: 72px;
    height: 72px;
  }

  .about-value-icon img,
  .about-value-icon svg {
    width: 36px;
    height: 36px;
  }

  .about-leader-quote {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -40px auto 0;
    width: min(271px, 100%);
  }

  .about-leader-title {
    font-size: 26px;
  }

  .about-leader-text {
    font-size: 16px;
    line-height: 24px;
  }
}
