.about-page {
  background:
    radial-gradient(circle at top right, rgba(127, 216, 166, 0.08), transparent 26%),
    linear-gradient(180deg, #f6fbff 0%, #eef5fb 100%);
}

.about-hero {
  position: relative;
  min-height: min(760px, calc(100vh - 18px));
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
}

.about-hero-media,
.about-film-shell {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.about-bg-slide,
.about-film-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
}

.about-bg-slide-a {
  background-image: url("../assets/pic6.jpeg");
  animation: aboutSwapA 24s infinite;
}

.about-bg-slide-b {
  background-image: url("../assets/pic8.jpeg");
  animation: aboutSwapB 24s infinite;
}

.about-bg-slide-c {
  background-image: url("../assets/pic11.jpeg");
  animation: aboutSwapC 24s infinite;
}

.about-bg-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 17, 29, 0.2), rgba(7, 17, 29, 0.62)),
    linear-gradient(112deg, rgba(7, 17, 29, 0.88) 0%, rgba(7, 17, 29, 0.55) 45%, rgba(7, 17, 29, 0.34) 100%);
}

.about-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  max-width: 760px;
  padding: 110px 0 72px;
}

.about-hero-content h1 {
  font-size: clamp(38px, 5.6vw, 72px);
  line-height: 1.03;
  color: #ffffff;
}

.about-hero-copy {
  max-width: 620px;
  font-size: 18px;
  color: rgba(236, 244, 255, 0.9);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-focus-section {
  padding-top: 26px;
}

.focus-grid,
.goals-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.focus-card,
.goal-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 26px;
  box-shadow: 0 20px 45px rgba(11, 28, 56, 0.08);
  border: 1px solid rgba(11, 61, 145, 0.08);
  padding: 24px;
  display: grid;
  gap: 12px;
}

.focus-icon {
  width: fit-content;
  min-height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(11, 61, 145, 0.96), rgba(6, 43, 103, 0.94));
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0;
  padding: 8px 14px;
  font-size: 13px;
}

.story-grid,
.objectives-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 30px;
  align-items: center;
}

.story-visual {
  position: relative;
  min-height: 560px;
}

.story-photo {
  position: absolute;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 48px rgba(11, 28, 56, 0.2);
}

.story-photo img,
.objectives-visual img,
.founder-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story-photo-main {
  inset: 0 120px 85px 0;
}

.story-photo-side {
  top: 36px;
  right: 0;
  width: 230px;
  height: 220px;
}

.story-photo-bottom {
  right: 38px;
  bottom: 0;
  width: 280px;
  height: 180px;
}

.story-copy,
.objectives-copy {
  display: grid;
  gap: 16px;
}

.about-film-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.about-film-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.36;
}

.about-film-slide-a {
  background-image: url("../assets/pic10.jpeg");
  animation: aboutSwapA 24s infinite;
}

.about-film-slide-b {
  background-image: url("../assets/pic4.jpeg");
  animation: aboutSwapB 24s infinite;
}

.about-film-slide-c {
  background-image: url("../assets/pic5.jpeg");
  animation: aboutSwapC 24s infinite;
}

.about-film-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 17, 29, 0.34), rgba(7, 17, 29, 0.72)),
    linear-gradient(118deg, rgba(7, 17, 29, 0.9) 0%, rgba(7, 17, 29, 0.58) 46%, rgba(7, 17, 29, 0.36) 100%);
}

.about-film-content {
  position: relative;
  z-index: 1;
}

.about-film-section .section-head h2,
.about-film-section .section-head .eyebrow {
  color: #ffffff;
}

.about-film-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.film-card {
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 24px 54px rgba(3, 10, 20, 0.22);
  display: grid;
  gap: 14px;
}

.film-card p {
  color: var(--muted);
}

.film-card-wide {
  background:
    radial-gradient(circle at top right, rgba(127, 216, 166, 0.28), transparent 40%),
    linear-gradient(145deg, rgba(11, 61, 145, 0.96), rgba(6, 43, 103, 0.94));
  color: #ffffff;
}

.film-card-wide p,
.film-card-wide h3 {
  color: #ffffff;
}

.goal-card h3 {
  font-size: 18px;
  line-height: 1.28;
}

.objectives-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.objectives-visual {
  min-height: 560px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 22px 46px rgba(11, 28, 56, 0.14);
}

.founders-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.founder-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(11, 28, 56, 0.1);
  border: 1px solid rgba(11, 61, 145, 0.08);
}

.founder-card img {
  height: 260px;
}

.founder-placeholder {
  height: 260px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at top, rgba(127, 216, 166, 0.28), transparent 44%),
    linear-gradient(145deg, rgba(11, 61, 145, 0.14), rgba(52, 168, 83, 0.14));
  color: var(--primary);
  font-weight: 700;
}

.founder-copy {
  padding: 22px 24px 24px;
  display: grid;
  gap: 12px;
}

.about-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(127, 216, 166, 0.24), transparent 38%),
    linear-gradient(145deg, rgba(11, 61, 145, 0.96), rgba(6, 43, 103, 0.94));
  color: #ffffff;
  box-shadow: 0 26px 56px rgba(11, 28, 56, 0.18);
}

.about-cta-card h2,
.about-cta-card p,
.about-cta-card .eyebrow {
  color: #ffffff;
}

@keyframes aboutSwapA {
  0%,
  100% {
    opacity: 0;
    transform: scale(1.04);
  }
  6%,
  28% {
    opacity: 1;
    transform: scale(1);
  }
  34% {
    opacity: 0;
    transform: scale(1.02);
  }
}

@keyframes aboutSwapB {
  0%,
  28% {
    opacity: 0;
    transform: scale(1.04);
  }
  36%,
  58% {
    opacity: 1;
    transform: scale(1);
  }
  64%,
  100% {
    opacity: 0;
    transform: scale(1.02);
  }
}

@keyframes aboutSwapC {
  0%,
  58% {
    opacity: 0;
    transform: scale(1.04);
  }
  66%,
  88% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.02);
  }
}

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

  .founders-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .story-grid,
  .objectives-grid,
  .about-cta-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .story-visual {
    min-height: 460px;
  }

  .story-photo-main {
    inset: 0 88px 70px 0;
  }

  .story-photo-side {
    width: 180px;
    height: 170px;
  }

  .story-photo-bottom {
    width: 230px;
    height: 150px;
    right: 18px;
  }

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

@media (max-width: 720px) {
  .about-hero {
    min-height: auto;
  }

  .about-hero-content {
    padding: 102px 0 62px;
  }

  .focus-grid,
  .goals-grid,
  .about-film-grid {
    grid-template-columns: 1fr;
  }

  .story-visual,
  .objectives-visual {
    min-height: 380px;
  }

  .story-photo-main {
    inset: 0 44px 50px 0;
  }

  .story-photo-side {
    width: 138px;
    height: 130px;
  }

  .story-photo-bottom {
    width: 186px;
    height: 118px;
    right: 12px;
  }

  .founder-card img {
    height: 280px;
  }

  .founders-grid {
    grid-template-columns: 1fr;
  }

  .founder-placeholder {
    height: 240px;
  }
}
