/* ==========================================================================
   Outreach Africa About page
   Uses the homepage's editorial type, palette, button and container system.
   ========================================================================== */
.about-page {
  --about-serif: "Playfair Display", Georgia, serif;
  --about-cream: #fbf7f1;
  --about-cream-deep: #f5eee5;
  --about-red: #b5221d;
  --about-red-dark: #8f1915;
  --about-gold: #a46e20;
  --about-ink: #201e1b;
  --about-muted: #68625b;
  --about-line: #e8e0d7;
}

.about-page main { overflow: hidden; }
.about-page main h1,
.about-page main h2,
.about-page main h3 { font-family: var(--about-serif); }
.about-page .container { max-width: 1240px; }

.about-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--about-red);
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.about-page .about-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: .72rem 1.55rem;
  border-radius: 6px;
  font-size: .9rem;
}

/* Hero */
.about-hero {
  min-height: 475px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(17, 16, 14, .82) 0%, rgba(17, 16, 14, .60) 37%, rgba(17, 16, 14, .18) 76%),
    linear-gradient(0deg, rgba(17, 16, 14, .26), transparent 46%),
    url('../images/about.jpg');
  background-position: center 44%;
  background-size: cover;
}
.about-hero-inner { width: 100%; }
.about-hero-copy { max-width: 630px; padding: 44px 0 56px; }
.about-hero-eyebrow {
  margin: 0 0 13px;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.about-page main .about-hero h1 {
  max-width: 700px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(3.2rem, 4.4vw, 3.85rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.07;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .25);
}
.about-hero-line { display: block; white-space: nowrap; }
.about-hero-lede {
  max-width: 570px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .96);
  font-size: 1rem;
  line-height: 1.7;
}

/* Brand story and benefits */
.about-story { padding: clamp(70px, 7vw, 96px) 0 0; background: #fff; }
.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 40%) minmax(0, 60%);
  gap: clamp(54px, 7vw, 105px);
  padding: 0 8px 66px;
}
.about-accent-line { display: block; width: 32px; height: 2px; margin: 5px 0 17px; background: var(--about-red); }
.about-page main .about-story-heading h2 {
  margin: 0;
  color: var(--about-ink) !important;
  font-size: clamp(2.35rem, 3.4vw, 3.15rem);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.18;
}
.about-mountain-line {
  display: block;
  width: min(290px, 78%);
  height: auto;
  margin-top: 31px;
}
.about-story-copy p { margin: 0 0 13px; color: #57514b; font-size: .96rem; line-height: 1.72; }
.about-story-copy p:last-child { margin-bottom: 0; }
.about-story-copy .about-story-lede { color: #393530; font-size: 1.02rem; }

.about-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 28px 0 34px;
  border-top: 1px solid var(--about-line);
}
.about-benefit {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 17px;
  align-items: start;
  min-width: 0;
  padding: 0 25px;
}
.about-benefit:first-child { padding-left: 8px; }
.about-benefit:last-child { padding-right: 8px; }
.about-benefit + .about-benefit { border-left: 1px solid var(--about-line); }
.about-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--about-red);
  background: var(--about-cream-deep);
  border-radius: 50%;
  font-size: 1.85rem;
}
.about-page main .about-benefit h3 {
  margin: 3px 0 8px;
  color: var(--about-ink) !important;
  font-family: var(--font-body);
  font-size: .93rem;
  font-weight: 600;
  line-height: 1.4;
}
.about-benefit p { margin: 0; color: var(--about-muted); font-size: .81rem; line-height: 1.65; }

/* Local expertise split */
.about-expertise { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 435px; border-top: 1px solid var(--about-line); }
.about-expertise-image { min-height: 435px; overflow: hidden; }
.about-expertise-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.about-expertise-copy { display: flex; align-items: center; background: #fff; }
.about-expertise-content { width: 100%; max-width: 620px; padding: 60px clamp(42px, 6vw, 92px); }
.about-page main .about-expertise h2 {
  margin: 0;
  color: var(--about-ink) !important;
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.18;
}
.about-checklist { display: grid; gap: 14px; margin: 26px 0 0; padding: 0; list-style: none; }
.about-checklist li { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; color: #514c46; font-size: .9rem; line-height: 1.55; }
.about-checklist i { margin-top: 2px; color: var(--about-red); font-size: 1rem; }

/* Qualitative proof strip */
.about-proof { padding: 44px 0; background: var(--about-cream); border-top: 1px solid #f0e9df; border-bottom: 1px solid #f0e9df; }
.about-proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.about-proof-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 17px;
  align-items: center;
  min-width: 0;
  padding: 0 25px;
}
.about-proof-item:first-child { padding-left: 8px; }
.about-proof-item:last-child { padding-right: 8px; }
.about-proof-item + .about-proof-item { border-left: 1px solid var(--about-line); }
.about-proof-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--about-red);
  background: #fff;
  border: 1px solid #f0e7dd;
  border-radius: 50%;
  font-size: 1.65rem;
}
.about-page main .about-proof-item h2 {
  margin: 0 0 5px;
  color: var(--about-ink) !important;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.3;
}
.about-proof-item p { margin: 0; color: var(--about-muted); font-size: .8rem; line-height: 1.55; }

/* Closing CTA */
.about-final-cta {
  min-height: 295px;
  display: flex;
  align-items: center;
  padding: 54px 0;
  background-image:
    linear-gradient(rgba(23, 20, 17, .61), rgba(23, 20, 17, .67)),
    url('../slider/cape.jpg');
  background-position: center 48%;
  background-size: cover;
}
.about-page main .about-final-cta h2 {
  margin: 0 0 8px;
  color: #fff !important;
  font-size: clamp(2.25rem, 3.5vw, 3rem);
  font-weight: 600;
  letter-spacing: -.025em;
}
.about-final-cta p { margin: 0 0 23px; color: rgba(255, 255, 255, .94); font-size: .98rem; }
.about-final-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; }
.about-final-actions .btn { min-width: 165px; }
.about-final-actions .btn-light { border: 1px solid #fff; color: var(--about-red); font-weight: 600; }
.about-final-actions .btn-light:hover { background: transparent; color: #fff; }

@media (max-width: 1199.98px) {
  .about-benefit,
  .about-proof-item { padding-right: 18px; padding-left: 18px; }
  .about-benefit { grid-template-columns: 58px minmax(0, 1fr); gap: 13px; }
  .about-icon { width: 56px; height: 56px; font-size: 1.6rem; }
  .about-proof-item { grid-template-columns: 54px minmax(0, 1fr); gap: 13px; }
  .about-proof-icon { width: 52px; height: 52px; font-size: 1.4rem; }
}

@media (max-width: 991.98px) {
  .about-hero { min-height: 445px; background-position: 54% center; }
  .about-story-grid { grid-template-columns: minmax(0, 38%) minmax(0, 62%); gap: 48px; }
  .about-benefit-grid,
  .about-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-benefit,
  .about-benefit:first-child,
  .about-benefit:last-child,
  .about-proof-item,
  .about-proof-item:first-child,
  .about-proof-item:last-child { padding: 24px; }
  .about-benefit:nth-child(odd),
  .about-proof-item:nth-child(odd) { border-left: 0; }
  .about-benefit:nth-child(n+3),
  .about-proof-item:nth-child(n+3) { border-top: 1px solid var(--about-line); }
  .about-benefit-grid { padding: 8px 0 14px; }
  .about-proof { padding: 18px 0; }
  .about-expertise { min-height: 410px; }
  .about-expertise-image { min-height: 410px; }
  .about-expertise-content { padding: 50px 40px; }
}

@media (max-width: 767.98px) {
  .about-hero { min-height: 420px; background-position: 60% center; }
  .about-hero::after { content: ''; position: absolute; inset: 0; background: rgba(15, 14, 12, .12); }
  .about-hero-inner { position: relative; z-index: 1; }
  .about-page main .about-hero h1 { font-size: clamp(2.55rem, 8.8vw, 3.4rem); }
  .about-hero-line { white-space: normal; }
  .about-hero-lede { max-width: 510px; }
  .about-story { padding-top: 60px; }
  .about-story-grid { grid-template-columns: 1fr; gap: 35px; padding-bottom: 50px; }
  .about-mountain-line { width: min(275px, 72%); margin-top: 25px; }
  .about-expertise { grid-template-columns: 1fr; }
  .about-expertise-image { min-height: 330px; }
  .about-expertise-content { max-width: none; padding: 54px 32px 58px; }
}

@media (max-width: 575.98px) {
  .about-page .container { padding-right: 20px; padding-left: 20px; }
  .about-hero {
    min-height: 430px;
    background-image:
      linear-gradient(90deg, rgba(17, 16, 14, .82), rgba(17, 16, 14, .43)),
      url('../images/about.jpg');
    background-position: 54% center;
  }
  .about-hero-copy { padding: 38px 0 46px; }
  .about-hero-eyebrow { margin-bottom: 10px; font-size: .7rem; }
  .about-page main .about-hero h1 { font-size: clamp(2.35rem, 11.5vw, 3rem); line-height: 1.08; }
  .about-hero-lede { max-width: 365px; margin-top: 17px; font-size: .9rem; line-height: 1.65; }
  .about-story { padding-top: 52px; }
  .about-story-grid { gap: 30px; padding: 0 0 42px; }
  .about-page main .about-story-heading h2 { font-size: 2.15rem; }
  .about-mountain-line { width: 240px; }
  .about-story-copy p,
  .about-story-copy .about-story-lede { font-size: .9rem; line-height: 1.7; }
  .about-benefit-grid,
  .about-proof-grid { grid-template-columns: 1fr; }
  .about-benefit,
  .about-benefit:first-child,
  .about-benefit:last-child,
  .about-proof-item,
  .about-proof-item:first-child,
  .about-proof-item:last-child { padding: 22px 0; }
  .about-benefit + .about-benefit,
  .about-benefit:nth-child(n+3),
  .about-proof-item + .about-proof-item,
  .about-proof-item:nth-child(n+3) { border-top: 1px solid var(--about-line); border-left: 0; }
  .about-benefit-grid { padding: 7px 0 16px; }
  .about-benefit p,
  .about-proof-item p { font-size: .78rem; }
  .about-expertise-image { min-height: 270px; }
  .about-expertise-content { padding: 48px 20px 52px; }
  .about-page main .about-expertise h2 { font-size: 2rem; }
  .about-checklist { gap: 13px; margin-top: 23px; }
  .about-checklist li { font-size: .84rem; }
  .about-proof { padding: 15px 0; }
  .about-final-cta { min-height: 325px; padding: 54px 0; }
  .about-page main .about-final-cta h2 { font-size: 2.25rem; }
  .about-final-cta p { font-size: .9rem; }
  .about-final-actions { align-items: stretch; flex-direction: column; width: min(270px, 100%); margin: 0 auto; }
  .about-final-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .about-page *,
  .about-page *::before,
  .about-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
