/* ============================================================
   about.css — About Us Page Styles
   ============================================================ */

/* ----------------------------------------------------------
   HERO
   ---------------------------------------------------------- */
.ab-hero {
  background: #0d2b2b;
  padding: 5.5rem 1.5rem 4rem;
  position: relative;
  overflow: hidden;
}

.ab-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 10% 60%, rgba(0,158,96,0.14) 0%, transparent 65%),
    radial-gradient(ellipse 50% 60% at 85% 30%, rgba(139,26,74,0.1) 0%, transparent 60%);
  pointer-events: none;
}

.ab-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.ab-hero-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00c070;
  margin-bottom: 1.1rem;
}

.ab-hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 1.4rem;
}

.ab-hero-title span {
  color: #00c070;
}

.ab-hero-text {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.75;
  margin-bottom: 2rem;
}

.ab-hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.ab-btn-primary {
  display: inline-flex;
  align-items: center;
  background: #009e60;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 25px;
  padding: 0.82rem 2rem;
  border: 2px solid #009e60;
  transition: all 0.22s ease;
}

.ab-btn-primary:hover {
  background: #00c070;
  border-color: #00c070;
  color: #0d2b2b;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(0,192,112,0.38);
}

.ab-btn-outline {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: rgba(255,255,255,0.8);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 25px;
  padding: 0.82rem 2rem;
  border: 2px solid rgba(255,255,255,0.28);
  transition: all 0.22s ease;
}

.ab-btn-outline:hover {
  border-color: #00c070;
  color: #00c070;
  transform: translateY(-2px);
}

.ab-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab-hero-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(0,192,112,0.2);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  width: 100%;
  max-width: 380px;
  backdrop-filter: blur(8px);
}

.ab-hero-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.ab-hero-stat {
  text-align: center;
}

.ab-hero-stat-num {
  font-size: 1.8rem;
  font-weight: 800;
  color: #00c070;
  display: block;
  line-height: 1.1;
  margin-bottom: 0.35rem;
}

.ab-hero-stat-lbl {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.4;
}

/* ----------------------------------------------------------
   STATS BAR
   ---------------------------------------------------------- */
.ab-stats-bar {
  background: #f2ede0;
  border-bottom: 1px solid #e0dbd0;
  padding: 2.2rem 1.5rem;
}

.ab-stats-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.ab-stat-item {
  text-align: center;
  padding: 0.5rem 1rem;
  border-right: 1px solid #e0dbd0;
}

.ab-stat-item:last-child {
  border-right: none;
}

.ab-stat-num {
  font-size: 1.65rem;
  font-weight: 800;
  color: #0d2b2b;
  line-height: 1.1;
  margin-bottom: 0.25rem;
}

.ab-stat-lbl {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5a5a5a;
}

/* ----------------------------------------------------------
   SECTION COMMON
   ---------------------------------------------------------- */
.ab-section {
  padding: 5.5rem 1.5rem;
}

.ab-section-alt {
  background: #f2ede0;
}

.ab-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.ab-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #009e60;
  margin-bottom: 0.7rem;
}

.ab-rule {
  width: 44px;
  height: 3px;
  background: #009e60;
  border-radius: 2px;
  margin-bottom: 1.6rem;
}

.ab-title {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 700;
  color: #0d2b2b;
  line-height: 1.3;
  margin-bottom: 1rem;
}

/* ----------------------------------------------------------
   OUR STORY
   ---------------------------------------------------------- */
.ab-story-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.ab-story-text p {
  font-size: 1rem;
  color: #5a5a5a;
  line-height: 1.75;
  margin-bottom: 1.2rem;
}

.ab-story-text p:last-child {
  margin-bottom: 0;
}

.ab-story-pillars {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.ab-pillar {
  background: #ffffff;
  border: 1px solid #e0dbd0;
  border-left: 3px solid #009e60;
  border-radius: 8px;
  padding: 1.2rem 1.4rem;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.ab-pillar:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
  transform: translateX(4px);
}

.ab-pillar-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #0d2b2b;
  margin-bottom: 0.35rem;
}

.ab-pillar-text {
  font-size: 0.85rem;
  color: #5a5a5a;
  line-height: 1.6;
  margin: 0;
}

/* ----------------------------------------------------------
   CORE VALUES
   ---------------------------------------------------------- */
.ab-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.ab-value-card {
  background: #ffffff;
  border: 1px solid #e0dbd0;
  border-radius: 12px;
  padding: 2rem 1.75rem;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.ab-value-card:hover {
  border-color: #009e60;
  box-shadow: 0 14px 44px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.ab-value-icon {
  width: 48px;
  height: 48px;
  background: rgba(0,158,96,0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.ab-value-icon svg {
  width: 24px;
  height: 24px;
  color: #009e60;
}

.ab-value-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0d2b2b;
  margin-bottom: 0.6rem;
}

.ab-value-text {
  font-size: 0.88rem;
  color: #5a5a5a;
  line-height: 1.65;
  margin: 0;
}

/* ----------------------------------------------------------
   LEADERSHIP
   ---------------------------------------------------------- */
.ab-leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.ab-leader-card {
  text-align: center;
  background: #ffffff;
  border: 1px solid #e0dbd0;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.ab-leader-card:hover {
  box-shadow: 0 12px 36px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

.ab-leader-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d2b2b 0%, #009e60 100%);
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.ab-leader-name {
  font-size: 1rem;
  font-weight: 700;
  color: #0d2b2b;
  margin-bottom: 0.3rem;
}

.ab-leader-role {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #009e60;
  margin-bottom: 0.75rem;
}

.ab-leader-bio {
  font-size: 0.85rem;
  color: #5a5a5a;
  line-height: 1.65;
  margin: 0;
}

/* ----------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------- */
@media (max-width: 1024px) {
  .ab-hero-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .ab-hero-visual {
    display: none;
  }

  .ab-story-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .ab-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ab-leadership-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .ab-stats-bar-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .ab-stat-item:nth-child(2) {
    border-right: none;
  }

  .ab-stat-item:nth-child(3) {
    border-top: 1px solid #e0dbd0;
  }

  .ab-stat-item:nth-child(4) {
    border-top: 1px solid #e0dbd0;
    border-right: none;
  }

  .ab-values-grid {
    grid-template-columns: 1fr;
  }

  .ab-leadership-grid {
    grid-template-columns: 1fr;
  }

  .ab-section {
    padding: 3.5rem 1.5rem;
  }
}

@media (max-width: 580px) {
  .ab-hero {
    padding: 3.5rem 1.5rem 3rem;
  }

  .ab-hero-actions {
    flex-direction: column;
  }

  .ab-btn-primary,
  .ab-btn-outline {
    text-align: center;
    justify-content: center;
  }

  .ab-stats-bar-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
