.page-about {
  background: #ececef;
}

.about-hero {
  position: relative;
  min-height: clamp(180px, 19vw, 290px);
  background: #0f1321 url("../assets/about/about-banner.jpg") center/cover
    no-repeat;
  overflow: hidden;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 14, 24, 0.62);
}

.about-hero-inner {
  width: min(1320px, 92vw);
  min-height: inherit;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
}

.about-hero-inner h1 {
  margin: 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.about-hero-breadcrumb {
  margin-top: 0.55rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
}

.about-hero-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.about-hero-breadcrumb a:hover {
  color: #f2f4f8;
}

.about-hero-breadcrumb span[aria-current="page"] {
  color: #ef3b23;
}

.about-intro {
  padding: clamp(2rem, 4.2vw, 3.8rem) 0 clamp(2.2rem, 4.8vw, 4.2rem);
}

.about-intro-inner {
  width: min(1320px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: clamp(1rem, 2.3vw, 2.1rem);
  align-items: center;
}

.about-intro-collage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(180px, 24vw, 250px);
  grid-template-rows: auto auto;
  gap: 0.9rem;
  align-items: start;
}

.about-intro-collage figure {
  margin: 0;
  overflow: hidden;
  background: #d6d9e1;
}

.about-intro-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.collage-main {
  grid-column: 1;
  grid-row: 1 / span 2;
  aspect-ratio: 3 / 4;
  position: relative;
  z-index: 1;
  border: 10px solid #fff;
}

.collage-top {
  grid-column: 2;
  grid-row: 1;
  border: 10px solid #fff;
  width: min(100%, 62%);
  transform: translateX(8%);
  aspect-ratio: 1 / 1;
}

.collage-bottom {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  aspect-ratio: 3 / 4;
  justify-self: stretch;
  position: relative;
  z-index: 2;
  transform: translateX(-25%);
  border: 10px solid #fff;
  box-shadow: 0 14px 24px rgba(16, 20, 33, 0.14);
}

.about-intro-collage::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: clamp(150px, 18vw, 230px);
  height: 54px;
  background-image: radial-gradient(
    circle,
    rgba(135, 141, 154, 0.46) 1.6px,
    transparent 1.6px
  );
  background-size: 14px 14px;
  opacity: 0.62;
  pointer-events: none;
}

.about-intro-content {
  max-width: 620px;
  position: relative;
}

.about-intro-content::after {
  content: "";
  position: absolute;
  right: 0;
  top: -18px;
  width: clamp(120px, 14vw, 210px);
  height: clamp(150px, 20vw, 260px);
  background-image: radial-gradient(
    circle,
    rgba(170, 176, 188, 0.42) 1.7px,
    transparent 1.7px
  );
  background-size: 13px 13px;
  opacity: 0.38;
  pointer-events: none;
}

.about-intro-kicker {
  margin: 0;
  color: #cc3d2c;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
}

.about-intro-kicker span {
  width: 32px;
  height: 2px;
  background: #a45f55;
  position: relative;
}

.about-intro-kicker span::after {
  content: "";
  position: absolute;
  left: 8px;
  top: -7px;
  width: 22px;
  height: 2px;
  background: #a45f55;
}

.about-intro-content h1 {
  margin: 0.75rem 0 0;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  line-height: 0.98;
  text-transform: uppercase;
  color: #121729;
  max-width: 760px;
  position: relative;
  z-index: 1;
}

.about-intro-lead {
  margin: 0.95rem 0 0;
  color: #616878;
  font-size: clamp(0.98rem, 1.04vw, 1.1rem);
  line-height: 1.52;
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.about-intro-highlight {
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: 146px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.about-intro-highlight figure {
  margin: 0;
  overflow: hidden;
}

.about-intro-highlight img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.about-intro-highlight strong {
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.8rem, 4.2vw, 4rem);
  line-height: 0.82;
  color: #101528;
}

.about-intro-highlight h2 {
  margin: 0.2rem 0 0;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.4rem, 1.75vw, 1.95rem);
  line-height: 1;
  text-transform: uppercase;
  color: #181d2e;
}

.about-intro-highlight p {
  margin: 0.5rem 0 0;
  color: #5f6675;
  font-size: 0.96rem;
  line-height: 1.48;
}

.about-intro-points {
  margin: 0.95rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.72rem;
}

.about-intro-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.62rem;
  color: #1c2132;
  font-size: 1rem;
  line-height: 1.46;
}

.about-intro-points li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #cc3c2c;
  font-size: 0.86rem;
  margin-top: 0.2rem;
}

.about-intro-btn {
  margin-top: 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 54px;
  padding: 0.66rem 1.5rem;
  background: #ef3b23;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.about-intro-btn:hover {
  background: #cc2f1a;
}

.about-pillars {
  padding: 0 0 clamp(2.1rem, 4.6vw, 4rem);
}

.about-pillars-inner {
  width: min(1320px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.8vw, 1.4rem);
}

.pillar-card {
  background: #f0f0f2;
  min-height: 185px;
  padding: 1.3rem 1.2rem 1.2rem;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 0.82rem;
  align-items: start;
  border: 1px solid #e4e6ec;
  transition:
    background-color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.pillar-card i {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #ef3b23;
  color: #fff;
  font-size: 2.15rem;
  line-height: 1;
  margin-top: 0.05rem;
  transform-origin: center;
  backface-visibility: visible;
  transition:
    transform 0.7s ease,
    color 0.28s ease,
    background-color 0.28s ease;
}

.pillar-card h2 {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.9rem, 2.2vw, 2.5rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #141a2e;
  transition: color 0.28s ease;
}

.pillar-card p {
  margin: 0.58rem 0 0;
  color: #61697b;
  font-size: 1rem;
  line-height: 1.48;
  max-width: 32ch;
  transition: color 0.28s ease;
}

.pillar-card:hover,
.pillar-card:focus-within {
  background: #11152f;
  border-color: #11152f;
  box-shadow: 0 14px 26px rgba(17, 21, 47, 0.3);
}

.pillar-card:hover h2,
.pillar-card:focus-within h2,
.pillar-card:hover p,
.pillar-card:focus-within p {
  color: #fff;
}

.pillar-card:hover i,
.pillar-card:focus-within i {
  transform: rotateY(360deg);
  background: #ef3b23;
  color: #fff;
}

.about-cta {
  position: relative;
  width: 100%;
  background: #ef3b23 url("../assets/about/about-banner.jpg") center/cover
    no-repeat;
  overflow: hidden;
}

.about-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(239, 59, 35, 0.9);
}

.about-cta-inner {
  width: min(1320px, 92vw);
  margin: 0 auto;
  min-height: clamp(126px, 11vw, 170px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0.2rem;
  position: relative;
  z-index: 1;
}

.about-cta-copy span {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.93);
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  font-weight: 700;
  text-transform: uppercase;
}

.about-cta-copy h2 {
  margin: 0.2rem 0 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2rem, 3vw, 3.8rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.about-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 60px;
  padding: 0.75rem 1.9rem;
  border-radius: 4px;
  background: #fff;
  color: #101628;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
}

.about-cta-btn:hover {
  background: #f1f2f5;
}

@media (max-width: 1100px) {
  .about-intro-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .about-intro-content {
    max-width: 1000px;
    margin: 0 auto;
  }

  .about-intro-content::after {
    opacity: 0.24;
  }

  .about-intro-collage {
    display: none;
  }

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

  .about-cta-inner {
    min-height: 0;
    padding: 1rem 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-cta-copy h2 {
    font-size: clamp(1.7rem, 6vw, 2.5rem);
  }
}

@media (max-width: 760px) {
  .about-hero {
    min-height: 190px;
    background-position: 60% center;
  }

  .about-hero-inner h1 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .about-hero-breadcrumb {
    font-size: 1.02rem;
    gap: 0.35rem;
  }

  .about-intro {
    position: relative;
    overflow: hidden;
    padding-top: 2rem;
    padding-bottom: 2.4rem;
    background: #ececef url("../assets/about/about-sec.jpg") center/cover no-repeat;
  }

  .about-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.86);
  }

  .about-intro-inner {
    position: relative;
    z-index: 1;
  }

  .about-intro-collage {
    display: none;
  }

  .about-intro-kicker {
    font-size: 1.04rem;
  }

  .about-intro-content h1 {
    font-size: clamp(1.85rem, 10.6vw, 2.9rem);
  }

  .about-intro-lead {
    font-size: 0.96rem;
  }

  .about-intro-highlight {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 0.8rem;
  }

  .about-intro-highlight img {
    aspect-ratio: 1 / 1;
  }

  .about-intro-highlight h2 {
    font-size: 1.4rem;
  }

  .about-intro-highlight p {
    font-size: 0.93rem;
  }

  .about-intro-points li {
    font-size: 0.96rem;
  }

  .about-intro-btn {
    min-height: 50px;
    padding: 0.62rem 1.2rem;
    font-size: 1rem;
  }

  .about-pillars {
    padding-bottom: 2.4rem;
  }

  .about-pillars-inner {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .pillar-card {
    min-height: 0;
    padding: 1rem 0.9rem;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 0.7rem;
  }

  .pillar-card i {
    font-size: 1.7rem;
  }

  .pillar-card h2 {
    font-size: 1.55rem;
  }

  .pillar-card p {
    font-size: 0.94rem;
    max-width: 100%;
  }

  .about-cta-inner {
    gap: 0.82rem;
  }

  .about-cta-copy span {
    font-size: 0.94rem;
  }

  .about-cta-copy h2 {
    font-size: clamp(1.5rem, 8.2vw, 2rem);
  }

  .about-cta-btn {
    min-height: 48px;
    padding: 0.55rem 1.1rem;
    font-size: 0.98rem;
  }
}
