/* About page - extends product-page-v2.css */

.ag-about-page {
  font-family: var(--font);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.ag-about-page .container {
  width: min(100% - 32px, var(--max));
  max-width: var(--max);
  margin-inline: auto;
}

.ag-about-page .hero {
  padding-top: 0;
  background-image: none;
}

.ag-about-page .hero--archive {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background-color: var(--black);
  background-image:
    radial-gradient(1000px 600px at 25% 15%, rgba(255, 0, 150, 0.5), transparent 60%),
    radial-gradient(1200px 800px at 85% 85%, rgba(30, 0, 80, 0.8), transparent 70%),
    linear-gradient(135deg, #ff0099 0%, #b000c4 35%, #6e00a8 65%, #2a0055 100%);
  background-size: 120% 120%;
  background-position: 0% 0%, 0% 0%, 0% 0%;
  animation: agGradientPan 18s ease-in-out infinite;
  padding: calc(var(--site-header-h) + 56px) 0 112px;
}

.ag-about-page .hero--center {
  text-align: center;
}

.ag-about-page .hero--archive .hero--center__inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
}

.ag-about-page .about-hero h1,
.ag-about-page .hero--archive h1 {
  margin: 0 0 20px;
  font-size: clamp(2.5rem, 6vw, 3.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--white);
  text-align: center;
}

.ag-about-page .hero--archive .hero__tagline {
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.65;
  max-width: 44em;
  padding-inline: clamp(16px, 4vw, 32px);
  color: rgba(255, 255, 255, 0.88);
}

.about-intro {
  position: relative;
  z-index: 2;
  margin-top: -72px;
  padding: 0 0 24px;
  background: linear-gradient(180deg, transparent 0, transparent 88px, var(--lightest) 88px);
}

.about-team {
  padding: 32px 0 64px;
  background: var(--lightest);
}

.about-team__outro {
  max-width: 32em;
  margin: 40px auto 0;
  padding-top: 32px;
  border-top: var(--border-light);
  text-align: center;
  font-size: 16px;
  line-height: 1.65;
  color: var(--dark);
}

.about-team__outro a {
  font-weight: 600;
  color: var(--pink);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.about-team__outro a:hover {
  color: var(--pink-dark);
}

.about-intro__card {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-inline: auto;
  padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 48px);
  text-align: center;
  background: var(--white);
  border: var(--border-light);
  border-radius: var(--radius);
  box-shadow: 0 24px 64px rgba(38, 35, 53, 0.08);
}

.about-intro__eyebrow {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pink);
}

.about-intro__card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: var(--dark);
}

.about-intro__card p + p {
  margin-top: 1.15em;
}

.about-team .section__header {
  margin-bottom: 36px;
}

.about-team__grid {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .about-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .about-team__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.about-team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 28px 20px;
  text-align: center;
  background: var(--white);
  border: var(--border-light);
  border-radius: var(--radius);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.about-team-card:hover {
  transform: translateY(-2px);
  border-color: rgba(226, 3, 125, 0.18);
  box-shadow: 0 12px 32px rgba(38, 35, 53, 0.06);
}

.about-team-card__photo {
  width: 128px;
  height: 128px;
  margin-bottom: 18px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--lightest);
  box-shadow: inset 0 0 0 1px rgba(38, 35, 53, 0.06);
}

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

.about-team-card__name {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--black);
}

.about-team-card__role {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--medium);
}

.about-team-card__link {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--pink);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.about-team-card__link:hover {
  color: var(--pink-dark);
}

.ag-about-page .ag-marketing-sections .trust-logos,
.ag-about-page .trust-logos {
  background: var(--white);
}

@media (max-width: 767px) {
  .about-intro {
    margin-top: -40px;
    background: linear-gradient(180deg, transparent 0, transparent 56px, var(--lightest) 56px);
  }

  .about-intro__card {
    text-align: left;
  }

  .about-intro__card p {
    font-size: 16px;
  }
}
