/* ABOUT PAGE ONLY */

.about-page-hero-clean {
  position: relative;
  padding: 120px 0 72px;
  overflow: hidden;
}

.about-page-hero-clean::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(7, 14, 25, 0.72), rgba(7, 14, 25, 0.88));
  pointer-events: none;
}

.about-page-hero-clean .container {
  position: relative;
  z-index: 1;
}

.about-hero-copy {
  max-width: 860px;
  margin: 0 auto 36px;
  text-align: center;
}

.about-hero-copy h1 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  margin: 20px 0 18px;
}

.about-hero-copy p {
  max-width: 62ch;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.about-hero-band {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  min-height: 430px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
  background: rgba(255,255,255,0.04);
}

.about-hero-band img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
  filter: brightness(0.56) contrast(1.03) saturate(0.92);
  transform: scale(1.01);
}

.about-hero-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 17, 31, 0.10), rgba(8, 17, 31, 0.32)),
    linear-gradient(135deg, rgba(8, 17, 31, 0.16), rgba(8, 17, 31, 0.08));
  z-index: 1;
  pointer-events: none;
}

.about-page-section {
  padding: 90px 0;
}

.about-section-soft {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
}

.about-grid-two {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  gap: 30px;
  align-items: start;
}

.about-grid-two.reverse {
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1fr);
}

.about-copy h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  margin: 16px 0 18px;
}

.about-copy p {
  color: var(--muted);
  margin-bottom: 16px;
  max-width: 60ch;
  line-height: 1.75;
}

.about-side-panel,
.about-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-side-panel {
  padding: 28px;
}

.about-side-panel h3 {
  font-size: 1.2rem;
  margin-bottom: 14px;
}

.about-side-panel ul {
  list-style: none;
  display: grid;
  gap: 12px;
}

.about-side-panel li {
  display: flex;
  gap: 12px;
  color: var(--muted);
  line-height: 1.7;
}

.about-side-panel li::before {
  content: "•";
  color: var(--gold);
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 2px;
}

.about-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.about-section-head h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  margin: 16px 0 14px;
  letter-spacing: -0.03em;
}

.about-section-head p {
  color: var(--muted);
  font-size: 1.04rem;
}

.about-card-grid {
  display: grid;
  gap: 20px;
}

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

.about-card-grid.four-col {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-card {
  padding: 26px;
}

.about-card h3 {
  font-size: 1.16rem;
  margin-bottom: 12px;
}

.about-card p {
  color: var(--muted);
  line-height: 1.75;
}

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

.leader-card-about {
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, border-color 0.28s ease;
}

.leader-card-about:hover {
  transform: translateY(-6px);
  border-color: rgba(212,175,55,0.34);
}

.leader-card-image {
  padding: 14px 14px 0;
}

.leader-card-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 18px;
}

.leader-card-content {
  padding: 18px 18px 22px;
}

.leader-card-content h3 {
  font-size: 1.08rem;
  margin-bottom: 6px;
}

.leader-card-content span {
  display: block;
  color: var(--gold-soft);
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.leader-card-content p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.about-image-block {
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 14px;
  overflow: hidden;
}

.about-image-block img {
  width: 100%;
  min-height: 380px;
  object-fit: cover;
  border-radius: 18px;
}

.about-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.about-mini-card {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--text);
  box-shadow: var(--shadow);
}

.transform-panel {
  margin-top: 28px;
}

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

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

@media (max-width: 980px) {
  .about-page-hero-clean {
    padding: 110px 0 60px;
  }

  .about-grid-two,
  .about-grid-two.reverse,
  .about-card-grid.two-col {
    grid-template-columns: 1fr;
  }

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

  .about-hero-band {
    min-height: 320px;
  }

  .about-hero-band img {
    min-height: 320px;
  }
}

@media (max-width: 680px) {
  .about-page-hero-clean {
    padding: 96px 0 48px;
  }

  .about-hero-copy h1 {
    font-size: clamp(2.2rem, 11vw, 3.6rem);
  }

  .about-hero-copy p {
    font-size: 1rem;
  }

  .leaders-grid-about,
  .about-card-grid.four-col,
  .about-mini-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-band {
    min-height: 230px;
    border-radius: 22px;
  }

  .about-hero-band img {
    min-height: 230px;
  }

  .leader-card-image img {
    height: 260px;
  }

  .about-image-block img {
    min-height: 280px;
  }
}