* { box-sizing: border-box; }

body {
  min-height: 100vh;
  overflow-x: hidden;
}

.about-page {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 104px);
  padding: 126px 24px 78px;
  overflow: hidden;
}

.about-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(circle at 50% 12%, rgba(113,54,211,.17), transparent 34%),
    radial-gradient(circle at 85% 72%, rgba(52,137,255,.09), transparent 35%),
    linear-gradient(180deg, #050509 0%, #000 76%);
}

.about-page::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 82%);
}

.about-glow {
  position: absolute;
  z-index: -3;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  filter: blur(110px);
  opacity: .18;
  pointer-events: none;
}

.about-glow-one {
  top: -250px;
  left: -220px;
  background: #7136d3;
}

.about-glow-two {
  right: -260px;
  bottom: -270px;
  background: #3489ff;
}

.about-hero {
  position: relative;
  width: min(1080px, 100%);
  min-height: 470px;
  margin: 0 auto 64px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 50%, rgba(113,54,211,.11), transparent 50%),
    linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  box-shadow: 0 30px 90px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.04);
  animation: about-rise .7s ease-out both;
}

.about-watermark {
  position: absolute;
  z-index: 0;
  width: min(860px, 92%);
  height: auto;
  opacity: .105;
  filter: grayscale(.15) saturate(.75) drop-shadow(0 0 42px rgba(141,93,255,.32));
  mix-blend-mode: screen;
  pointer-events: none;
  animation: watermark-drift 12s ease-in-out infinite alternate;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.55), transparent 24%, transparent 76%, rgba(0,0,0,.55)),
    linear-gradient(180deg, rgba(0,0,0,.20), rgba(0,0,0,.60));
  pointer-events: none;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  width: min(790px, calc(100% - 42px));
  padding: 62px 0;
  text-align: center;
}

.about-kicker {
  margin: 0 0 14px;
  color: rgba(198,175,255,.94);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .30em;
  text-transform: uppercase;
}

.about-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 8vw, 6.2rem);
  font-weight: 900;
  line-height: .95;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-shadow: 0 0 36px rgba(113,54,211,.34);
}

.about-intro {
  max-width: 780px;
  margin: 26px auto 0;
  color: rgba(244,243,250,.82);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.78;
}

.about-intro.secondary {
  margin-top: 14px;
  color: rgba(238,238,245,.64);
  font-size: clamp(.94rem, 1.45vw, 1.06rem);
}

.team-section {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.section-heading {
  margin: 0 0 28px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.leadership-layout {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 28px;
}

.members-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.member-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  min-height: 278px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.018));
  box-shadow: 0 22px 60px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter: blur(12px);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
  animation: about-rise .72s ease-out both;
}

.member-card:nth-child(2) { animation-delay: .08s; }

.chairman-card {
  width: min(720px, 100%);
  margin: 0 auto;
  border-color: rgba(216,202,255,.34);
  background:
    radial-gradient(circle at 18% 50%, rgba(113,54,211,.20), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  box-shadow:
    0 28px 78px rgba(0,0,0,.42),
    0 0 42px rgba(113,54,211,.10),
    inset 0 1px 0 rgba(255,255,255,.06);
}

.chairman-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(216,202,255,.055), transparent);
  transform: translateX(-100%);
  animation: chairman-shine 7s ease-in-out infinite;
}

.chairman-photo img {
  object-position: center center;
}

.leadership-rank {
  margin: 0 0 8px;
  color: rgba(216,202,255,.64);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.chairman-title {
  color: rgba(248,246,255,.88);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .035em;
}

.member-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 12% 20%, rgba(113,54,211,.15), transparent 38%);
}

.member-card:hover,
.member-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(177,148,255,.42);
  box-shadow: 0 30px 75px rgba(0,0,0,.46), 0 0 36px rgba(113,54,211,.12);
}

.founder-card {
  border-color: rgba(188,164,255,.22);
}

.member-image {
  position: relative;
  z-index: 1;
  width: 190px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(188,164,255,.34);
  border-radius: 18px;
  background: #11121a;
  box-shadow: 0 15px 38px rgba(0,0,0,.34), 0 0 26px rgba(113,54,211,.12);
}

.member-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.member-card:hover .member-image img { transform: scale(1.035); }

.member-info {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.member-info h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.15;
}

.real-name {
  margin: 0 0 12px;
  color: rgba(238,238,245,.52);
  font-size: .84rem;
  letter-spacing: .06em;
}

.role {
  margin: 0 0 16px;
  color: #bfa8ff;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.bio {
  margin: 0;
  color: rgba(238,238,245,.68);
  font-size: .95rem;
  line-height: 1.68;
}

.motto {
  color: rgba(244,243,250,.80);
  letter-spacing: .035em;
}

.main-nav a[aria-current="page"] {
  color: #fff;
  background: rgba(255,255,255,.09);
}

@keyframes about-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes watermark-drift {
  from { transform: scale(1) translateY(-5px); opacity: .085; }
  to { transform: scale(1.025) translateY(7px); opacity: .125; }
}

@keyframes chairman-shine {
  0%, 68%, 100% { transform: translateX(-100%); }
  82% { transform: translateX(100%); }
}

@media (max-width: 920px) {
  .members-grid {
    grid-template-columns: 1fr;
    width: min(700px, 100%);
    margin: 0 auto;
  }

  .member-card { grid-template-columns: 180px minmax(0, 1fr); }
  .member-image { width: 180px; }
}

@media (max-width: 600px) {
  .about-page { padding: 100px 14px 52px; }
  .about-hero { min-height: 520px; margin-bottom: 46px; border-radius: 22px; }
  .about-hero-content { width: min(100% - 30px, 790px); padding: 44px 0; }
  .about-watermark { width: 150%; max-width: none; opacity: .08; }
  .about-kicker { font-size: .66rem; letter-spacing: .20em; }
  .about-intro { font-size: .96rem; line-height: 1.7; }
  .about-intro.secondary { font-size: .90rem; }
  .member-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 16px 16px 22px;
    text-align: center;
  }
  .member-image { width: min(270px, 100%); margin: 0 auto; }
  .role { margin-bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero,
  .member-card,
  .about-watermark,
  .chairman-card::after {
    animation: none;
  }

  .member-card,
  .member-image img {
    transition: none;
  }
}
