/* ═══════════════════════════════════════════════
   ABOUT PAGE — STYLES
   Depends on styles.css design tokens
═══════════════════════════════════════════════ */

/* ── Active nav link ── */
.nav-link--active {
  color: #8CC63F !important;
  background: rgba(0, 152, 69, 0.15) !important;
}

/* ══════════════════════════════════════════════════════
   HERO — SPLIT SCREEN
   Left: dark content panel | Right: full-bleed photo
══════════════════════════════════════════════════════ */
.ab-hero-split {
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: 760px;
  height: 90vh;
  max-height: 960px;
}

/* ── Left panel ── */
.ab-split-left {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(155deg, #081B29 0%, #0D2137 60%, #060F1A 100%);
  overflow: hidden;
  padding: 56px clamp(28px, 4vw, 56px) 56px max(24px, calc((100vw - 1160px) / 2));
}

/* Orbs */
.ab-split-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  pointer-events: none;
}

.ab-split-orb-1 {
  width: 520px;
  height: 520px;
  top: -170px;
  left: -130px;
  background: radial-gradient(circle, rgba(0, 152, 69, 0.22) 0%, transparent 70%);
}

.ab-split-orb-2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  right: -20px;
  background: radial-gradient(circle, rgba(0, 152, 69, 0.16) 0%, transparent 70%);
}

/* Subtle grid */
.ab-split-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 152, 69, 0.042) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 152, 69, 0.042) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

/* CSS floating 3-D shapes */
.ab-split-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation: ab-float 8s ease-in-out infinite;
}

.ab-split-shape-1 {
  width: 120px;
  height: 120px;
  top: 14%;
  right: 44px;
  background: radial-gradient(circle at 34% 34%, rgba(0, 152, 69, 0.22) 0%, rgba(0, 152, 69, 0.1) 60%, transparent 100%);
  border: 1px solid rgba(0, 152, 69, 0.16);
  animation-delay: -2.2s;
}

.ab-split-shape-2 {
  width: 70px;
  height: 70px;
  top: 52%;
  right: 28px;
  background: radial-gradient(circle at 30% 30%, rgba(140, 198, 63, 0.18) 0%, transparent 70%);
  border: 1px solid rgba(140, 198, 63, 0.12);
  animation-delay: -5s;
  animation-duration: 10s;
}

.ab-split-shape-3 {
  width: 44px;
  height: 44px;
  bottom: 22%;
  right: 90px;
  background: radial-gradient(circle at 35% 35%, rgba(0, 152, 69, 0.14) 0%, transparent 70%);
  border: 1px solid rgba(0, 152, 69, 0.1);
  animation-delay: -3.8s;
  animation-duration: 11s;
}

@keyframes ab-float {
  0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
  30%       { transform: translateY(-16px) rotate(5deg) scale(1.04); }
  65%       { transform: translateY(9px) rotate(-3deg) scale(0.97); }
}

/* Content wrapper */
.ab-split-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
  color: #FFFFFF;
}

/* Breadcrumb */
.ab-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.83rem;
  font-weight: 500;
}

.ab-breadcrumb a {
  color: rgba(255, 255, 255, 0.48);
  transition: color 180ms ease;
}

.ab-breadcrumb a:hover { color: var(--gold); }

.ab-breadcrumb [aria-current="page"] {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.ab-breadcrumb svg { color: rgba(255, 255, 255, 0.28); flex-shrink: 0; }

/* Heading */
.ab-split-h1 {
  display: block;
  font-size: clamp(2.5rem, 4vw, 3.9rem);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.ab-split-h1 span { display: block; }

/* Subtitle */
.ab-split-subtitle {
  max-width: 460px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.02rem;
  line-height: 1.68;
}

/* Chips row */
.ab-split-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.ab-split-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 600;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background 220ms ease, border-color 220ms ease;
}

.ab-split-chip svg { color: var(--gold); flex-shrink: 0; }

.ab-split-chip:hover {
  background: rgba(0, 152, 69, 0.12);
  border-color: rgba(0, 152, 69, 0.28);
}

/* ── Right panel ── */
.ab-split-right {
  position: relative;
  overflow: hidden;
}

.ab-split-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 700ms var(--ease-out);
}

.ab-hero-split:hover .ab-split-right img { transform: scale(1.04); }

/* Colour-grade overlay — green tint from left, dark from bottom */
.ab-split-right-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(0, 152, 69, 0.68) 0%, rgba(8, 27, 41, 0.42) 45%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(to top, rgba(8, 27, 41, 0.72) 0%, transparent 50%);
}

/* Diagonal accent stripe on left edge of photo */
.ab-split-stripe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, transparent, var(--gold), var(--navy-2), transparent);
  opacity: 0.6;
}

/* Year badge — top right */
.ab-split-year-badge {
  position: absolute;
  top: 28px;
  right: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-md);
  color: #FFFFFF;
  text-align: center;
}

.ab-split-year-badge strong {
  display: block;
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: 4px;
}

.ab-split-year-badge span {
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

/* Vertical stat strip — right edge */
.ab-split-stat-strip {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 16px 14px;
  background: rgba(8, 27, 41, 0.62);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 152, 69, 0.18);
  border-radius: var(--radius-lg);
  color: #FFFFFF;
}

.ab-split-photo-stat {
  text-align: center;
}

.ab-split-photo-stat strong {
  display: block;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #8CC63F;
  line-height: 1;
}

.ab-split-photo-stat span {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.54);
  margin-top: 3px;
  white-space: nowrap;
}

.ab-split-stat-divider {
  width: 28px;
  height: 1px;
  background: rgba(0, 152, 69, 0.22);
}

/* Bottom float card */
.ab-split-float-card {
  position: absolute;
  bottom: 28px;
  left: 20px;
  right: 64px; /* leave room for stat strip */
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: rgba(8, 27, 41, 0.76);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 152, 69, 0.2);
  border-radius: var(--radius-lg);
  color: #FFFFFF;
}

.ab-split-float-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: rgba(0, 152, 69, 0.18);
  border-radius: 12px;
  color: var(--gold);
}

.ab-split-float-card strong {
  display: block;
  color: #8CC63F;
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 3px;
  line-height: 1.3;
}

.ab-split-float-card span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.79rem;
}

/* ══════════════════════════════════════════════════════
   TRUST OVERVIEW — BENTO GRID SHOWCASE
══════════════════════════════════════════════════════ */
.ab-showcase-section { background: var(--paper); }

.ab-showcase-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  min-height: 540px;
  margin-top: 52px;
}

/* All cells share base styles */
.ab-showcase-cell {
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
}

/* Photo: spans full left height (both rows) */
.ab-showcase-photo {
  grid-column: 1;
  grid-row: 1 / 3;
  min-height: 460px;
  cursor: default;
}

.ab-showcase-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 640ms var(--ease-out);
}

.ab-showcase-photo:hover img { transform: scale(1.05); }

.ab-showcase-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8, 27, 41, 0.9) 0%,
    rgba(8, 27, 41, 0.5) 35%,
    transparent 70%
  );
}

.ab-showcase-photo-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 26px 26px 24px;
}

.ab-showcase-photo-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: rgba(0, 152, 69, 0.18);
  border: 1px solid rgba(0, 152, 69, 0.28);
  border-radius: 999px;
  color: #8CC63F;
  font-size: 0.74rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.ab-showcase-quote {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.55;
  font-style: italic;
  margin: 0;
  position: relative;
  padding-left: 16px;
}

.ab-showcase-quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  border-radius: 999px;
  background: var(--gold);
}

/* Text card: top-right, spans 2 columns */
.ab-showcase-text {
  grid-column: 2 / 4;
  grid-row: 1;
  background: var(--cream);
  border: 1px solid var(--border);
  padding: 36px 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: box-shadow 320ms ease, border-color 320ms ease;
}

.ab-showcase-text:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 152, 69, 0.3);
}

.ab-showcase-text h3 {
  color: var(--ink);
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 10px 0 12px;
  line-height: 1.3;
}

.ab-showcase-text > p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.72;
  margin-bottom: 20px;
}

.ab-showcase-checklist {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
  list-style: none;
  padding: 0;
}

.ab-showcase-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 0.89rem;
  font-weight: 600;
  color: var(--ink-2);
}

.ab-showcase-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--aqua), #162F4A);
  color: var(--navy);
  margin-top: 1px;
}

/* Mission card: bottom-left of right section */
.ab-showcase-mission {
  grid-column: 2;
  grid-row: 2;
  background: linear-gradient(140deg, #0D2137 0%, #007835 100%);
  padding: 28px 28px 24px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 320ms var(--ease-spring), box-shadow 320ms ease;
}

.ab-showcase-mission:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.ab-showcase-mission-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(0, 152, 69, 0.2);
  border-radius: 14px;
  color: var(--gold);
  margin-bottom: 16px;
  transition: background 280ms ease, transform 280ms var(--ease-spring);
}

.ab-showcase-mission:hover .ab-showcase-mission-icon {
  background: rgba(0, 152, 69, 0.3);
  transform: scale(1.1) rotate(-5deg);
}

.ab-showcase-mission h4 {
  color: #8CC63F;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.ab-showcase-mission p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.87rem;
  line-height: 1.65;
}

/* Stats card: bottom-right */
.ab-showcase-stats {
  grid-column: 3;
  grid-row: 2;
  background: var(--paper);
  border: 1px solid var(--border);
  padding: 26px 26px 22px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 320ms ease, transform 320ms var(--ease-spring), border-color 320ms ease;
}

.ab-showcase-stats:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
  border-color: rgba(0, 152, 69, 0.22);
}

.ab-showcase-stats-heading {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

.ab-showcase-stat-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  justify-content: space-around;
}

.ab-showcase-stat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  background: var(--cream);
  border-radius: var(--radius-sm);
  transition: background 220ms ease;
}

.ab-showcase-stats:hover .ab-showcase-stat-item {
  background: rgba(22, 47, 74, 0.7);
}

.ab-showcase-stat-item strong {
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ab-showcase-stat-item span {
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--muted);
}

/* ══════════════════════════════════════════════════════
   IMPACT STATS BAND
══════════════════════════════════════════════════════ */
.ab-stats-band {
  position: relative;
  padding: 90px 0;
  background: #060F1A;
  color: #FFFFFF;
  overflow: hidden;
}

.ab-stats-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ab-stats-inner {
  position: relative;
  z-index: 2;
}

.ab-stats-head {
  text-align: center;
  margin-bottom: 52px;
}

.ab-stats-head .kicker-pill { margin-bottom: 16px; }

.ab-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(0, 152, 69, 0.14);
}

.ab-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 28px;
  background: rgba(255, 255, 255, 0.03);
  border-right: 1px solid rgba(0, 152, 69, 0.1);
  transition: background 280ms ease;
  backdrop-filter: blur(20px);
}

.ab-stat-item:last-child { border-right: none; }
.ab-stat-item:hover { background: rgba(255, 255, 255, 0.06); }

.ab-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: rgba(0, 152, 69, 0.13);
  border-radius: 14px;
  color: var(--gold);
  margin-bottom: 16px;
  transition: background 280ms ease, transform 280ms var(--ease-spring);
}

.ab-stat-item:hover .ab-stat-icon {
  background: rgba(0, 152, 69, 0.22);
  transform: scale(1.1) rotate(-5deg);
}

.ab-stat-item .cta-stat-num { font-size: 3.2rem; }

.ab-stat-item > span:last-child {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.85rem;
  font-weight: 600;
}

/* ══════════════════════════════════════════════════════
   OUR STORY — TIMELINE
══════════════════════════════════════════════════════ */
.ab-story-section { background: var(--cream); }

.ab-timeline {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 16px 0;
}

.ab-timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    var(--border-mid) 6%,
    var(--border-mid) 94%,
    transparent 100%
  );
}

.ab-timeline-item {
  display: grid;
  grid-template-columns: 1fr 24px 1fr;
  align-items: start;
  gap: 0 28px;
  margin-bottom: 48px;
}

.ab-timeline-item:last-child { margin-bottom: 0; }

.ab-timeline-left .ab-timeline-content  { grid-column: 1; grid-row: 1; text-align: right; }
.ab-timeline-left .ab-timeline-dot      { grid-column: 2; grid-row: 1; }
.ab-timeline-left .ab-timeline-spacer   { grid-column: 3; grid-row: 1; }
.ab-timeline-right .ab-timeline-spacer  { grid-column: 1; grid-row: 1; }
.ab-timeline-right .ab-timeline-dot     { grid-column: 2; grid-row: 1; }
.ab-timeline-right .ab-timeline-content { grid-column: 3; grid-row: 1; text-align: left; }

.ab-timeline-content {
  padding: 26px 28px;
  background: var(--paper);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 320ms ease, transform 320ms var(--ease-spring), border-color 320ms ease;
}

.ab-timeline-content:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 152, 69, 0.3);
  transform: translateY(-4px);
}

.ab-timeline-year {
  display: inline-block;
  padding: 4px 12px;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: #FFFFFF;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.ab-timeline-content h3 {
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  line-height: 1.3;
}

.ab-timeline-content p {
  color: var(--muted);
  font-size: 0.89rem;
  line-height: 1.72;
}

.ab-timeline-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--paper);
  border: 3px solid var(--border-mid);
  margin-top: 30px;
  justify-self: center;
  position: relative;
  z-index: 1;
  transition: border-color 280ms ease, transform 280ms var(--ease-spring);
}

.ab-timeline-dot--active {
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 0 0 6px rgba(0, 152, 69, 0.18), 0 0 0 12px rgba(0, 152, 69, 0.07);
  animation: pulse-timeline-dot 2.8s ease infinite;
}

@keyframes pulse-timeline-dot {
  0%, 100% {
    box-shadow: 0 0 0 6px rgba(0, 152, 69, 0.18), 0 0 0 12px rgba(0, 152, 69, 0.07);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(0, 152, 69, 0.24), 0 0 0 18px rgba(0, 152, 69, 0.05);
  }
}

/* ══════════════════════════════════════════════════════
   MISSION VISION VALUES
══════════════════════════════════════════════════════ */
.ab-mvv-section {
  position: relative;
  padding: var(--section-v) 0;
  background: #060F1A;
  color: #FFFFFF;
  overflow: hidden;
}

.ab-mvv-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ab-mvv-subtitle {
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.04rem;
  line-height: 1.7;
  max-width: 560px;
  margin: 16px auto 0;
  text-align: center;
}

.ab-mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 52px;
}

.ab-mvv-card {
  position: relative;
  padding: 36px 30px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(0, 152, 69, 0.14);
  border-radius: var(--radius-xl);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
  transition: background 320ms ease, border-color 320ms ease, transform 320ms var(--ease-spring), box-shadow 320ms ease;
}

.ab-mvv-card::before {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--navy-2), var(--gold));
  opacity: 0;
  transition: opacity 320ms ease;
}

.ab-mvv-card:hover {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(0, 152, 69, 0.28);
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.ab-mvv-card:hover::before { opacity: 1; }

.ab-mvv-card--featured {
  background: rgba(0, 152, 69, 0.22);
  border-color: rgba(0, 152, 69, 0.3);
}

.ab-mvv-card--featured::before { opacity: 1; }

.ab-mvv-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(0, 152, 69, 0.14);
  border-radius: 16px;
  color: var(--gold);
  margin-bottom: 18px;
  transition: background 300ms ease, transform 300ms var(--ease-spring);
}

.ab-mvv-card:hover .ab-mvv-card-icon {
  background: rgba(0, 152, 69, 0.24);
  transform: scale(1.1) rotate(-5deg);
}

.ab-mvv-tag {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(0, 152, 69, 0.1);
  border: 1px solid rgba(0, 152, 69, 0.2);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 10px;
}

.ab-mvv-card h3 {
  color: #FFFFFF;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.ab-mvv-card p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
  line-height: 1.72;
}

.ab-mvv-values-list {
  display: grid;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.ab-mvv-values-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 500;
}

.ab-mvv-values-list li svg { color: var(--gold); flex-shrink: 0; }

/* ══════════════════════════════════════════════════════
   TEAM
══════════════════════════════════════════════════════ */
.ab-team-section { background: var(--paper); }

.ab-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ab-team-card {
  position: relative;
  padding: 32px 22px 28px;
  border-radius: var(--radius-xl);
  background: var(--paper);
  border: 1px solid var(--border);
  text-align: center;
  overflow: hidden;
  cursor: default;
  transition: transform 320ms var(--ease-spring), box-shadow 320ms ease, border-color 320ms ease;
}

.ab-team-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(22, 47, 74, 0.4) 0%, transparent 46%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}

.ab-team-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(0, 152, 69, 0.28);
}

.ab-team-card:hover::before { opacity: 1; }

.ab-team-avatar {
  position: relative;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.ab-avatar-1 { background: linear-gradient(135deg, #009845, #007835); }
.ab-avatar-2 { background: linear-gradient(135deg, #007835, #F4B942); }
.ab-avatar-3 { background: linear-gradient(135deg, #0D2137, #007835); }
.ab-avatar-4 { background: linear-gradient(135deg, #009845, #8CC63F); }

.ab-avatar-ring {
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: border-color 280ms ease, box-shadow 280ms ease;
}

.ab-team-card:hover .ab-avatar-ring {
  border-color: rgba(0, 152, 69, 0.5);
  box-shadow: 0 0 22px rgba(0, 152, 69, 0.22);
}

.ab-team-info h3 {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}

.ab-team-role {
  display: block;
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.ab-team-info p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
  margin-bottom: 18px;
}

.ab-team-socials {
  display: flex;
  justify-content: center;
  gap: 8px;
}

/* ── Core Values section background ── */
.ab-values-section {
  background: linear-gradient(180deg, var(--cream) 0%, var(--paper) 100%);
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE — 1080px
══════════════════════════════════════════════════════ */
@media (max-width: 1080px) {
  /* Split hero: stack vertically */
  .ab-hero-split {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .ab-split-left {
    padding: 56px 40px 52px;
    min-height: 540px;
  }

  .ab-split-right { min-height: 340px; }

  .ab-split-stat-strip { display: none; }

  .ab-split-float-card { right: 28px; }

  /* Showcase: collapse to 2 columns */
  .ab-showcase-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    min-height: 0;
  }

  .ab-showcase-photo { grid-column: 1; grid-row: 1 / 3; min-height: 420px; }
  .ab-showcase-text  { grid-column: 2; grid-row: 1; }
  .ab-showcase-mission { grid-column: 2; grid-row: 2; }
  .ab-showcase-stats { grid-column: 1 / 3; grid-row: 3; }

  .ab-showcase-stats { flex-direction: row; }
  .ab-showcase-stat-row { flex-direction: row; gap: 12px; }
  .ab-showcase-stat-item { flex: 1; }

  /* Stats band */
  .ab-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ab-stat-item:nth-child(2) { border-right: none; }
  .ab-stat-item:nth-child(3) { border-right: 1px solid rgba(0, 152, 69, 0.1); }

  /* MVV and team */
  .ab-mvv-grid { grid-template-columns: 1fr; max-width: 600px; margin-left: auto; margin-right: auto; }
  .ab-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE — 860px
══════════════════════════════════════════════════════ */
@media (max-width: 860px) {
  .ab-split-left { padding: 48px 32px 44px; }

  .ab-split-shape-1,
  .ab-split-shape-2,
  .ab-split-shape-3 { display: none; }

  /* Showcase: single column */
  .ab-showcase-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .ab-showcase-photo  { grid-column: 1; grid-row: 1; min-height: 300px; }
  .ab-showcase-text   { grid-column: 1; grid-row: 2; }
  .ab-showcase-mission { grid-column: 1; grid-row: 3; }
  .ab-showcase-stats  { grid-column: 1; grid-row: 4; flex-direction: column; }
  .ab-showcase-stat-row { flex-direction: column; }

  /* Timeline: collapse to left-aligned */
  .ab-timeline-line { left: 22px; transform: none; }

  .ab-timeline-item {
    grid-template-columns: 30px 1fr;
    gap: 0 18px;
  }

  .ab-timeline-left .ab-timeline-content,
  .ab-timeline-right .ab-timeline-content {
    grid-column: 2; grid-row: 1; text-align: left;
  }

  .ab-timeline-left .ab-timeline-dot,
  .ab-timeline-right .ab-timeline-dot { grid-column: 1; grid-row: 1; }

  .ab-timeline-left .ab-timeline-spacer,
  .ab-timeline-right .ab-timeline-spacer { display: none; }
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE — 640px
══════════════════════════════════════════════════════ */
@media (max-width: 640px) {
  .ab-split-left { padding: 40px 24px 36px; }
  .ab-split-h1 { font-size: 2.4rem; }
  .ab-split-chips { gap: 7px; }
  .ab-split-chip { font-size: 0.77rem; padding: 6px 11px; }

  .ab-split-year-badge { top: 16px; right: 16px; padding: 10px 14px; }
  .ab-split-year-badge span { font-size: 1.5rem; }
  .ab-split-float-card { left: 14px; right: 14px; bottom: 14px; }

  .ab-stats-grid {
    grid-template-columns: 1fr;
    border: none; border-radius: 0; background: transparent;
  }
  .ab-stat-item { border-right: none !important; border-radius: var(--radius-lg); border: 1px solid rgba(0,152,69,0.14); }

  .ab-team-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
  .ab-mvv-grid { max-width: 100%; }
}

/* ══════════════════════════════════════════════════════
   REDUCED MOTION
══════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  .ab-split-shape { animation: none; }
  .ab-split-right img { transition: none; }

  .ab-timeline-dot--active {
    animation: none;
    box-shadow: 0 0 0 6px rgba(0, 152, 69, 0.18);
  }
}


/* ══════════════════════════════════════════════════════
   ALTERNATING LIGHT / DARK SECTIONS
   ab-showcase → LIGHT (off-white)
   ab-stats-band → always dark (hardcoded)
   ab-story → LIGHT (white)
   ab-mvv → always dark (hardcoded)
   ab-team → LIGHT (off-white)
   ab-values / cta → always dark
══════════════════════════════════════════════════════ */
.ab-showcase-section,
.ab-story-section,
.ab-team-section {
  --ink:       #081B29;
  --ink-2:     #243B53;
  --muted:     #4A6480;
  --paper:     #FFFFFF;
  --cream:     #F4F7FA;
  --aqua:      #E8F5F0;
  --border:    rgba(36, 59, 83, 0.1);
  --border-mid: rgba(36, 59, 83, 0.2);
}

.ab-showcase-section { background: #F0F5FA; }
.ab-story-section    { background: #FFFFFF; }
.ab-team-section     { background: #F0F5FA; }

/* Kicker pills in light sections */
.ab-showcase-section .kicker-pill,
.ab-story-section    .kicker-pill,
.ab-team-section     .kicker-pill {
  background:   rgba(0, 152, 69, 0.09);
  border-color: rgba(0, 152, 69, 0.25);
  color:        #007835;
}
.ab-showcase-section .kicker-pill::before,
.ab-story-section    .kicker-pill::before,
.ab-team-section     .kicker-pill::before { background: #009845; }

/* Checklist tick icon — had hardcoded dark gradient stop */
.ab-showcase-section .ab-showcase-check {
  background: linear-gradient(135deg, #C8EDDB, #E8F5F0);
  color: #007835;
}

/* Stat card hover — fix hardcoded dark hover */
.ab-showcase-section .ab-showcase-stats:hover .ab-showcase-stat-item {
  background: rgba(0, 152, 69, 0.07);
}

/* Team card hover overlay — lighten for white background */
.ab-team-section .ab-team-card::before {
  background: linear-gradient(180deg, rgba(0, 152, 69, 0.07) 0%, transparent 46%);
}
