/* About page — polished editorial layout */

.about-narrow {
  max-width: 880px;
}

.about-eyebrow {
  display: inline-block;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #00d4f0;
  font-weight: 700;
  margin: 0 0 14px;
}
.about-eyebrow.center {
  display: block;
  text-align: center;
}

.about-h2-center {
  font-family: "Anton", "Inter", sans-serif;
  font-size: clamp(30px, 4.4vw, 48px);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0 0 16px;
  line-height: 1.05;
  position: relative;
}
.about-h2-center::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #00d4f0;
  border-radius: 2px;
  margin: 18px auto 0;
}

.about-h3 {
  font-family: "Anton", "Inter", sans-serif;
  font-size: clamp(20px, 2.4vw, 26px);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.about-h3::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 3px;
  background: #00d4f0;
  border-radius: 2px;
}

/* Subtle background flair on the banner */
.page-banner--about {
  background-image:
    radial-gradient(
      circle at 80% 20%,
      rgba(0, 212, 240, 0.08) 0%,
      transparent 55%
    ),
    radial-gradient(
      circle at 10% 80%,
      rgba(0, 212, 240, 0.05) 0%,
      transparent 50%
    );
}

/* "Why Athletix?" video section */
.about-why {
  padding: 80px 0 40px;
  text-align: center;
}
.about-why .about-eyebrow {
  margin-bottom: 10px;
}
.about-why-lede {
  max-width: 620px;
  margin: 6px auto 30px;
  font-size: 18.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
}
.about-video {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  background: #0b0b0b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.55),
    0 0 60px rgba(0, 212, 240, 0.08);
}
.about-video::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(0, 212, 240, 0.5),
    transparent 40%,
    transparent 60%,
    rgba(0, 212, 240, 0.3)
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.7;
}
.about-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Body — editorial blocks (no more "stack of boxes" feel) */
.about-body {
  padding: 60px 0 80px;
}
.about-block {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 28px;
  align-items: start;
  padding: 28px 0 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.about-block:last-of-type {
  border-bottom: none;
}
.about-num {
  font-family: "Anton", "Inter", sans-serif;
  font-size: clamp(56px, 8vw, 96px);
  line-height: 0.85;
  letter-spacing: 0.01em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0, 212, 240, 0.55);
  display: block;
  user-select: none;
}
.about-block-body {
  min-width: 0;
}
.about-block-title {
  font-family: "Anton", "Inter", sans-serif;
  font-size: clamp(22px, 2.8vw, 32px);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin: 12px 0 14px;
  line-height: 1.1;
}
.about-block-body p {
  font-size: 19.5px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 14px;
}
.about-block-body p:last-child {
  margin-bottom: 0;
}
.about-block-body p strong {
  color: #fff;
  font-weight: 600;
}
.about-block-body p em {
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
}
.about-lead {
  font-size: 20px !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.92) !important;
}

/* Pull quote inside a block */
.about-pullquote {
  margin: 4px 0 18px;
  padding: 6px 0 6px 22px;
  border-left: 3px solid #00d4f0;
  font-family: "Anton", "Inter", sans-serif;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.35;
  color: #fff;
  text-transform: none;
}

/* Checkmark list */
.about-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 22px;
  row-gap: 10px;
}
.about-list li {
  position: relative;
  font-size: 18.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  padding-left: 26px;
}
.about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(0, 212, 240, 0.15);
  border: 1.5px solid #00d4f0;
}
.about-list li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  width: 6px;
  height: 3px;
  border-left: 1.5px solid #00d4f0;
  border-bottom: 1.5px solid #00d4f0;
  transform: rotate(-45deg);
}
.about-list li strong {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 720px) {
  .about-list {
    grid-template-columns: 1fr;
  }
}

/* Podcast — promoted feature block */
.about-podcast-feature {
  margin-top: 50px;
  padding: 36px 38px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(0, 212, 240, 0.18) 0%,
      transparent 50%
    ),
    linear-gradient(
      135deg,
      rgba(0, 212, 240, 0.08) 0%,
      rgba(0, 0, 0, 0.4) 100%
    );
  border: 1px solid rgba(0, 212, 240, 0.3);
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}
.about-podcast-feature::before {
  content: "🎙️";
  position: absolute;
  right: 32px;
  top: 28px;
  font-size: 56px;
  opacity: 0.18;
  filter: grayscale(1);
}
.about-podcast-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #00d4f0;
  margin-bottom: 14px;
}
.about-podcast-tag .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00d4f0;
  box-shadow: 0 0 0 4px rgba(0, 212, 240, 0.18);
  animation: about-pulse 2s ease-in-out infinite;
}
@keyframes about-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 4px rgba(0, 212, 240, 0.18); }
  50% { opacity: 0.6; box-shadow: 0 0 0 8px rgba(0, 212, 240, 0.08); }
}
.about-podcast-title {
  font-family: "Anton", "Inter", sans-serif;
  font-size: clamp(24px, 3.4vw, 36px);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.1;
  max-width: 80%;
}
.about-podcast-body {
  font-size: 19px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 22px;
  max-width: 640px;
}
.about-podcast-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.about-podcast-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.about-podcast-logos img {
  height: 48px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  border-radius: 8px;
}

/* Stats strip */
.about-stats {
  padding: 40px 0 30px;
}
.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 30px 28px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
}
.about-stat {
  text-align: center;
  padding: 6px 4px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.about-stat:last-child {
  border-right: none;
}
.about-stat strong {
  display: block;
  font-family: "Anton", "Inter", sans-serif;
  font-size: clamp(32px, 4vw, 44px);
  letter-spacing: 0.02em;
  color: #00d4f0;
  line-height: 1;
  margin-bottom: 6px;
}
.about-stat span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
}

/* Team photo section */
.about-team-photo {
  padding: 70px 0 70px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(0, 212, 240, 0.05) 0%,
      transparent 60%
    ),
    rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.about-team-lede {
  text-align: center;
  font-size: 19.5px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
  margin: 14px auto 40px;
  max-width: 760px;
}
.about-team-image {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0b0b0b;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55),
    0 0 80px rgba(0, 212, 240, 0.06);
  position: relative;
}
.about-team-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.about-team-image:hover img {
  transform: scale(1.02);
}

/* Responsive */
@media (max-width: 900px) {
  .about-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px 18px;
  }
  .about-stat:nth-child(2) {
    border-right: none;
  }
  .about-stat:nth-child(1),
  .about-stat:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding-bottom: 18px;
  }
  .about-stat:nth-child(3),
  .about-stat:nth-child(4) {
    padding-top: 18px;
  }
}
@media (max-width: 720px) {
  .about-block {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 26px 0 28px;
  }
  .about-num {
    font-size: 56px;
    line-height: 1;
  }
  .about-podcast-feature {
    padding: 28px 22px;
  }
  .about-podcast-feature::before {
    font-size: 44px;
    right: 20px;
    top: 22px;
  }
  .about-podcast-title {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .about-why {
    padding: 50px 0 24px;
  }
  .about-body {
    padding: 30px 0 50px;
  }
  .about-team-photo {
    padding: 50px 0 60px;
  }
  .about-podcast-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .about-podcast-actions .btn {
    text-align: center;
  }
}

/* ============================================================
   Rich text inside numbered/about blocks (overrides global)
   ============================================================ */
.about-block-body .rich-text p {
  font-size: 19.5px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 14px;
}
.about-block-body .rich-text p:last-child { margin-bottom: 0; }
.about-block-body .rich-text strong { color: #fff; font-weight: 600; }
.about-block-body .rich-text em { color: rgba(255, 255, 255, 0.9); font-style: italic; }

.about-block-body .rich-text blockquote {
  margin: 4px 0 18px;
  padding: 6px 0 6px 22px;
  border-left: 3px solid #00d4f0;
  background: transparent;
  border-radius: 0;
  font-family: "Anton", "Inter", sans-serif;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.35;
  color: #fff;
  text-transform: none;
  font-style: normal;
}

.about-block-body .rich-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 22px;
  row-gap: 10px;
}
.about-block-body .rich-text li {
  position: relative;
  font-size: 18.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  padding-left: 26px;
  margin: 0;
}
.about-block-body .rich-text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(0, 212, 240, 0.15);
  border: 1.5px solid #00d4f0;
}
.about-block-body .rich-text li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  width: 6px;
  height: 3px;
  border-left: 1.5px solid #00d4f0;
  border-bottom: 1.5px solid #00d4f0;
  transform: rotate(-45deg);
}
.about-block-body .rich-text li strong { color: #fff; font-weight: 600; }
@media (max-width: 720px) {
  .about-block-body .rich-text ul { grid-template-columns: 1fr; }
}
