/* ── ABOUT PAGE ── */
.about-page {
  background:
    radial-gradient(ellipse 80% 40% at 15% 8%, rgba(255, 238, 210, 0.38), transparent),
    radial-gradient(ellipse 60% 50% at 85% 92%, rgba(255, 225, 200, 0.22), transparent),
    #EAE7E3;
}

/* ── HERO ── */
.about-hero-section {
  padding: 40px 0 60px;
}

.about-hero-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}

/* Decorative dots grid (top-right of card) */
.about-hero-dots {
  position: absolute;
  top: -10px;
  right: 56px;
  width: 130px;
  height: 90px;
  background-image: radial-gradient(circle, rgba(0,0,0,0.18) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
  pointer-events: none;
  z-index: 2;
}

.about-hero-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 56px 64px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 64px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* Decorative cream circles behind left content */
.about-hero-circle-bl {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(225, 215, 205, 0.55);
  bottom: -110px;
  left: -80px;
  pointer-events: none;
}

.about-hero-circle-sm {
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(225, 215, 205, 0.38);
  bottom: 56px;
  left: 170px;
  pointer-events: none;
}

.about-hero-left {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-hero-heading {
  font-size: clamp(2.6rem, 3.2vw, 3.8rem);
  font-weight: 800;
  color: #1A1A1A;
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin: 0 0 24px;
}

.about-hero-divider {
  width: 250px;
  height: 6px;
  background: #E07B00;
  border-radius: 3px;
  margin-bottom: 28px;
}

.about-hero-copy {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 450;
  color: #4B5563;
  max-width: 520px;
  margin: 0 0 32px;
}

.about-hero-btn {
  display: inline-block;
  background: #4B1F0E;
  color: #ffffff;
  border-radius: 9999px;
  padding: 0.9rem 2.2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}

.about-hero-btn:hover {
  background: #3a1709;
  color: #ffffff;
}

.about-hero-right {
  position: relative;
  z-index: 1;
}

.about-hero-image-wrap {
  border-radius: 24px;
  overflow: hidden;
  border: 10px solid #ffffff;
  box-shadow:
    0 2px 6px rgba(104, 35, 8, 0.06),
    0 16px 48px rgba(104, 35, 8, 0.12),
    0 40px 90px rgba(15, 23, 42, 0.14);
  aspect-ratio: 4/3;
}

.about-hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: contrast(1.04) saturate(0.92) brightness(1.01);
}

/* ── WHY HUSTLEIN EXISTS ── */
.about-story-section {
  background: #ffffff;
  padding: 88px 0 96px;
}

.about-story-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-story-image-frame {
  position: relative;
}

/* Decorative offset border frame */
.about-story-image-frame::before {
  content: '';
  position: absolute;
  top: -18px;
  left: -18px;
  right: 50px;
  bottom: 50px;
  border: 2px solid rgba(104, 35, 8, 0.55);
  border-radius: 4px;
  pointer-events: none;
  z-index: 0;
}

.about-story-image {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
}

.about-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: contrast(1.04) saturate(0.90) brightness(1.01);
}

.about-story-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-story-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #D97706;
  margin: 0 0 14px;
}

.about-story-heading {
  font-size: clamp(1.8rem, 2.2vw, 2.5rem);
  font-weight: 800;
  color: #1A1A1A;
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin: 0 0 24px;
}

.about-story-copy {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  line-height: 1.78;
  color: #4B5563;
  margin: 0 0 16px;
}

/* ── HELPING AFRICAN HUSTLERS ── */
.about-features-section {
  background:
    radial-gradient(ellipse 70% 45% at 12% 95%, rgba(255, 225, 200, 0.35), transparent),
    #F7F7FB;
  padding: 96px 0 96px;
}

.about-features-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}

.about-features-heading {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 800;
  color: #1A1A1A;
  letter-spacing: -0.025em;
  margin: 0 0 48px;
}

.about-features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.about-feature-card {
  min-width: 0;
  position: relative;
  padding-left: 1.5rem;
}

.about-feature-card:first-child {
  padding-left: 0;
}

.about-feature-card:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1px;
  height: calc(100% - 0.4rem);
  background: rgba(104, 35, 8, 0.15);
}

.about-feature-icon {
  width: auto;
  height: auto;
  background: none;
  box-shadow: none;
  color: #682308;
  font-size: 1.15rem;
  margin-bottom: 1rem;
  display: block;
}

.about-feature-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1A1A1A;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}

.about-feature-copy {
  font-family: "Inter", sans-serif;
  font-size: 0.88rem;
  line-height: 1.68;
  color: #6B7280;
  margin: 0;
}

/* ── MISSION STATEMENT ── */
.about-mission-section {
  background: #ffffff;
  padding: 120px 2rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.about-mission-avatar-tl,
.about-mission-avatar-tr {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-mission-avatar-tl {
  top: 40px;
  left: 80px;
}

.about-mission-avatar-tr {
  top: 40px;
  right: 80px;
  align-items: flex-end;
}

.about-mission-avatar-tl img,
.about-mission-avatar-tr img {
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  display: block;
}

.about-mission-avatar-tl img { width: 72px; height: 72px; }
.about-mission-avatar-tr img:first-child { width: 60px; height: 60px; }
.about-mission-avatar-tr img:last-child  { width: 48px; height: 48px; }

.about-mission-inner {
  max-width: 700px;
  margin: 0 auto;
}

.about-mission-heading {
  font-size: clamp(1.9rem, 2.6vw, 2.8rem);
  font-weight: 800;
  font-style: italic;
  color: #1A1A1A;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 0 0 24px;
}

.about-mission-copy {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #6B7280;
  max-width: 500px;
  margin: 0 auto;
}

/* ── STATS + IMAGE ── */
.about-stats-section {
  background: #ffffff;
  padding: 0 0 120px;
}

.about-stats-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 80px;
  align-items: center;
}

.about-stats-left {
  display: flex;
  flex-direction: column;
}

.about-stat {
  padding: 32px 0;
}

.about-stat-number {
  font-size: clamp(3.5rem, 5vw, 5.5rem);
  font-weight: 900;
  color: #D97706;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 6px;
}

.about-stat-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #D97706;
  margin: 0 0 12px;
}

.about-stat-copy {
  font-family: "Inter", sans-serif;
  font-size: 0.92rem;
  line-height: 1.72;
  color: #4B5563;
  max-width: 320px;
  margin: 0;
}

.about-stat-divider {
  width: 100%;
  max-width: 360px;
  height: 1px;
  background: #E5E7EB;
}

/* Overlapping avatar stack */
.about-stat-avatars {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.about-stat-avatars img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
  margin-left: -10px;
  display: block;
}

.about-stat-avatars img:first-child {
  margin-left: 0;
}

.about-stat-avatar-more {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #F3F4F6;
  border: 2px solid #ffffff;
  margin-left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #6B7280;
}

/* Stats image with brown accent block */
.about-stats-right {
  position: relative;
  padding: 0 0 32px 32px;
}

.about-stats-image-wrap {
  position: relative;
}

.about-stats-accent {
  position: absolute;
  width: 52%;
  height: 42%;
  background: #4B1F0E;
  border-radius: 6px;
  bottom: -24px;
  left: -24px;
  z-index: 0;
}

.about-stats-image {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.06),
    0 20px 60px rgba(0, 0, 0, 0.14),
    0 48px 96px rgba(15, 23, 42, 0.10);
  aspect-ratio: 4/3;
}

.about-stats-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: contrast(1.04) saturate(0.90) brightness(1.01);
}

/* ── CTA ── */
.about-cta-section {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.about-cta-overlay {
  background: rgba(60, 20, 10, 0.72);
  padding: 120px 2rem;
  text-align: center;
  position: relative;
}

/* Rotated decorative square */
.about-cta-deco {
  position: absolute;
  width: 340px;
  height: 340px;
  border: 2px solid rgba(255, 185, 60, 0.18);
  border-radius: 20px;
  transform: rotate(22deg);
  top: 50%;
  left: 50%;
  margin-top: -170px;
  margin-left: -380px;
  pointer-events: none;
}

.about-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}

.about-cta-heading {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  color: #ffffff !important;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin: 0 0 20px;
}

.about-cta-copy {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.72);
  max-width: 480px;
  margin: 0 auto 36px;
}

.about-cta-btn {
  display: inline-block;
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  color: #ffffff;
  background: transparent;
  border-radius: 9999px;
  padding: 0.9rem 2.4rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.about-cta-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.9);
  color: #ffffff;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .about-hero-card {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 40px;
  }

  .about-story-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .about-story-image-frame::before {
    display: none;
  }

  .about-features-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-feature-card {
    padding-left: 0;
  }

  .about-feature-card::before {
    display: none;
  }

  .about-stats-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .about-mission-avatar-tl,
  .about-mission-avatar-tr {
    display: none;
  }
}

@media (max-width: 768px) {
  .about-hero-section {
    padding: 24px 0 40px;
  }

  .about-hero-inner {
    padding: 0 1rem;
  }

  .about-hero-card {
    padding: 28px 24px;
    border-radius: 20px;
    gap: 2rem;
  }

  .about-hero-heading {
    font-size: clamp(2rem, 7vw, 2.8rem);
  }

  .about-hero-divider {
    width: 160px;
  }

  .about-story-section {
    padding: 48px 0;
  }

  .about-story-inner {
    padding: 0 1rem;
  }

  .about-features-section {
    padding: 48px 0 60px;
  }

  .about-features-inner {
    padding: 0 1rem;
  }

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

  .about-hero-dots {
    display: none;
  }

  .about-mission-section {
    padding: 64px 1.5rem;
  }

  .about-stats-section {
    padding: 0 0 64px;
  }

  .about-stats-inner {
    padding: 0 1rem;
  }

  .about-stats-right {
    padding: 0 0 24px 16px;
  }

  .about-cta-overlay {
    padding: 80px 1.5rem;
  }

  .about-cta-deco {
    display: none;
  }
}
