/* ═══════════════ ABOUT US PAGE ════════════════ */
<link href="https://googleapis.com" rel="stylesheet">

body { font-family: 'Gilroy', 'DM Sans', sans-serif !important; color: #1a1a1a; background: #fff; overflow-x: hidden; }
p {
  font-family: 'DM Sans', sans-serif;
}
/* ── Hero Section ── */
.abpg-hero {
  background: #eef6e3;
  padding: 140px 80px 80px;
  
  margin: 0 auto;
  box-sizing: border-box;
}

/* ── Top row: pill left | heading right ── */
.abpg-hero-top {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 52px;
}

/* Breadcrumb back pill */
.abpg-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border: 1.5px solid #b0c4a8;
  border-radius: 50px;
  background: transparent;
  color: #1a1a1a;
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  margin-top: 14px;
  transition: background .3s, border-color .3s;
  width: fit-content;
  white-space: nowrap;
}
.abpg-back:hover {
  background: rgba(46,125,50,.07);
  border-color: #2e7d32;
}
.abpg-back svg { flex-shrink: 0; }

/* Heading */
.abpg-title {
  font-size: 66px;
  font-weight: 800;
  color: #0B6340;
  line-height: 1.12;
  max-width: 960px;
  margin: 0;
}
.abpg-title .hl {
  background: linear-gradient(100deg, #6abf2a 0%, #9ed01e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Full-width hero image */
.abpg-img-wrap {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16 / 6.5;
  margin-bottom: 64px;
}
.abpg-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

/* Intro paragraph */
.abpg-intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  font-size: 44px;
  line-height: 1.3;
  color: #0B6340;
  font-weight: 300;
  letter-spacing: -2.17px;
  
}
/* "designed" — lime green */
.abpg-intro .hl-green {
  
  font-weight: 700;
}
/* "that enable a sustainable energy future." — dark green bold */
.abpg-intro .hl-dark {
  color: #0c2d18;
  font-weight: 800;
}

/* ══════════════════════════════════════════
   WE OPERATE ACROSS
══════════════════════════════════════════ */
.abpg-operates {
  background: #eef6e3;
  padding: 0 80px 80px;
}
.abpg-operates-card {
  background: url(assets/images/home-quote.webp) center center / cover no-repeat; 
  border-radius: 24px;
  padding: 52px 56px 48px;
  text-align: center;
}
.abpg-operates-title {
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 32px;
}

/* Pills row */
.abpg-op-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}
.abpg-op-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;

  border-radius: 50px;
  background: #EAF2DC;
  color: #24242400 !important;
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}
.abpg-op-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #9ed01e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.abpg-op-icon svg { width: 15px; height: 15px; }

/* Dashed divider */
.abpg-op-divider {
  border: none;
  border-top: 2px dashed rgba(236, 236, 236, 0.863);
  margin: 0 0 28px;
}

/* Subtitle */
.abpg-operates-sub {
  color: rgba(255,255,255,.78);
  font-size: clamp(0.95rem, 1.3vw, 1.2rem);
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto;
}

/* ══════════════════════════════════════════
   LEADERSHIP OVERVIEW
══════════════════════════════════════════ */
.abpg-leadership {
  background: #eef6e3;
  padding: 72px 80px 96px;
  
}
.abpg-leadership-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

/* Left text */
.abpg-lead-left { padding-top: 8px; }
.abpg-lead-title {
  font-size: clamp(2.4rem, 3vw, 2.8rem);
  font-weight: 800;
  color: #0c2d18;
  line-height: 1.12;
  margin-bottom: 20px;
}
.abpg-lead-title span {
  display: block;
  color: #7bc820;
  font-weight: 400;
}
.abpg-lead-desc {
  font-size: 0.97rem;
  line-height: 1.75;
  color: #3a5040;
}

/* Leadership cards */
.abpg-lcard {
  background: url(assets/images/home-quote.webp) center center / cover no-repeat; 
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.abpg-lcard-img {
  width: 100%;
  aspect-ratio: 4/3;
  background: #d0d8cc;
  border-radius: 14px;
  margin: 14px 14px 0;
  width: calc(100% - 28px);
  flex-shrink: 0;
}
.abpg-lcard-body {
  padding: 20px 22px 26px;
}
.abpg-lcard-role {
  font-size: 1.0rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 10px;
}
.abpg-lcard-desc {
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(255,255,255,.65);
}

/* ══════════════════════════════════════════
   OUR VISION
══════════════════════════════════════════ */
.abpg-vision {
  background: #fff;
  padding: 96px max(80px, calc((100vw - 1320px) / 2 + 80px));
  overflow: hidden;
}
.abpg-vision-inner {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 64px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
}

/* Dark green label card */
.abpg-vision-card {
  background: url('assets/images/home-quote.webp') center center / cover no-repeat;
  border-radius: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 48px 44px;
  min-height: 320px;
  margin-left: -40%;;
}
.abpg-vision-label {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}

/* Right text */
.abpg-vision-text {
  font-size: clamp(1.35rem, 2.2vw, 2.0rem);
  line-height: 1.55;
  color: #1a1a1a;
  font-weight: 400;
}
.abpg-vision-text strong {
  color: #1c5c35;
  font-weight: 700;
}

/* ══════════════════════════════════════════
   BACKED BY + SLIDER
══════════════════════════════════════════ */
.abpg-backed {
  background: #f0f7e4;
  padding: 88px 80px;
}
.abpg-backed-inner {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 64px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

/* Left */
.abpg-backed-sub {
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 400;
  color: #0c2d18
  margin-bottom: 10px;
}
.abpg-backed-title {
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 800;
  color: #0c2d18
  line-height: 1.25;
  margin-bottom: 20px;
}
.abpg-backed-desc {
  font-size: 0.99rem;
  line-height: 1.72;
  color: #0c2d18;
  margin-bottom: 36px;
}

/* Nav buttons */
.abpg-slider-nav { display: flex; gap: 10px; }
.abpg-nav-btn {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1.5px solid #b0c4a8;
  background: #fff;
  color: #1a1a1a;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s, border-color .25s, color .25s;
}
.abpg-nav-btn:hover   { border-color: #2e7d32; }
.abpg-nav-next        { background: #0d3320; border-color: #0d3320; color: #fff; }
.abpg-nav-next:hover  { background: #1c5c35; }

/* Slider */
.abpg-backed-slider { overflow: hidden; border-radius: 18px; }
.abpg-slider-track {
  display: flex;
  gap: 14px;
  transition: transform .55s cubic-bezier(0.25,0.46,0.45,0.94);
  will-change: transform;
}
.abpg-slide {
  flex: 0 0 calc(50% - 7px);
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg,#c8d8c0,#a0b898);
}
.abpg-slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* ══════════════════════════════════════════
   HOW WE OPERATE
══════════════════════════════════════════ */
.abpg-operate { background: #fff;
margin-top: 30px; }

/* Header band — light green */
.abpg-operate-header {
  background: #eef6e3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 52px 80px;
}
.abpg-operate-title {
  font-size: clamp(1.6rem, 2.7vw, 2.3rem);
  font-weight: 400;
  color: #0c2d18;
  line-height: 1.2;
}
.abpg-operate-title strong { font-weight: 800; }

.abpg-operate-header-desc {
  font-size: clamp(0.99rem, 1.3vw, 1.2rem);
  line-height: 1.7;
  color: #0c2d18;
}

/* Rows */
.abpg-operate-list {
  padding: 0 80px;
}
.abpg-operate-row {
  display: grid;
  grid-template-columns: 88px 1fr 1.6fr;
  gap: 0 32px;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid #e8ede4;
}
.abpg-operate-row:first-child { border-top: 1px solid #e8ede4; }

/* Italic number */
.abpg-op-num {
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  font-style: italic;
  font-weight: 600;
  color: #0c2d18;
  line-height: 1;
  
}

/* Title */
.abpg-op-name {
  font-size: clamp(0.99rem, 1.3vw, 1.3rem);
  font-weight: 700;
  color: #0c2d18;
  line-height: 1.35;
}

/* Description */
.abpg-op-desc {
  font-size: clamp(0.87rem, 1vw, 0.92rem);
  line-height: 1.72;
  color: #4a5c48;
}

/* ══════════════════════════════════════════
   CLOSING CTA
══════════════════════════════════════════ */
.abpg-cta {
  background:
    linear-gradient(160deg, rgba(8,28,16,.88) 0%, rgba(10,36,20,.92) 100%),
    url('/assets/images/about-calltoaction.webp') center/cover no-repeat;
  padding: 100px 80px;
  text-align: center;
}
.abpg-cta-text {
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 14px;
}
.abpg-cta-hl {
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-weight: 800;
  color: #9ed01e;
  margin-bottom: 52px;
}
.abpg-cta-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.abpg-btn-primary {
  display: inline-block;
  padding: 15px 36px;
  border-radius: 50px;
  background: #9ed01e;
  color: #0c2d18;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .3s, transform .3s;
}
.abpg-btn-primary:hover { background: #b5e53a; transform: translateY(-2px); }
.abpg-btn-outline {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 50px;
  border: 1.5px solid rgba(255,255,255,.55);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .3s, background .3s;
}
.abpg-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 860px) {
  /* Hero */
  .abpg-hero       { padding: 110px 24px 56px; }
  .abpg-hero-top   { grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }
  .abpg-back       { margin-top: 0; }
  .abpg-title      { font-size: clamp(2rem, 7vw, 3rem); }
  .abpg-img-wrap   { aspect-ratio: 4/3; border-radius: 16px; margin-bottom: 44px; }
  .abpg-intro      { font-size: 1rem; }

  /* We Operate Across */
  .abpg-operates      { padding: 0 20px 60px; }
  .abpg-operates-card { padding: 36px 24px 36px; }
  .abpg-op-pill       { font-size: 0.82rem; padding: 8px 14px; gap: 8px; }
  .abpg-op-icon       { width: 24px; height: 24px; border-radius: 6px; }

  /* Leadership */
  .abpg-leadership        { padding: 56px 24px 72px; }
  .abpg-leadership-inner  { grid-template-columns: 1fr; gap: 28px; }
  .abpg-lead-title        { font-size: clamp(1.8rem, 7vw, 2.4rem); }
  .abpg-lcard             { flex-direction: row; align-items: center; }
  .abpg-lcard-img         { width: 110px; min-width: 110px; aspect-ratio: 1/1; border-radius: 12px; margin: 14px 0 14px 14px; }
  .abpg-lcard-body        { padding: 16px 18px; }
  .abpg-lcard-role        { font-size: 0.92rem; }
  .abpg-lcard-desc        { font-size: 0.82rem; }

  /* Vision */
  .abpg-vision            { padding: 64px 24px; }
  .abpg-vision-inner      { grid-template-columns: 1fr; gap: 32px; }
  .abpg-vision-card       { min-height: auto; padding: 40px 32px; border-radius: 20px; justify-content: center; }
  .abpg-vision-text       { font-size: clamp(1.15rem, 4.5vw, 1.5rem); text-align: center; }

  /* Backed by + slider */
  .abpg-backed            { padding: 64px 24px; }
  .abpg-backed-inner      { grid-template-columns: 1fr; gap: 40px; }
  .abpg-slide             { flex: 0 0 calc(50% - 7px); }

  /* How we Operate */
  .abpg-operate-header    { grid-template-columns: 1fr; gap: 16px; padding: 40px 24px; }
  .abpg-operate-list      { padding: 0 24px; }
  .abpg-operate-row       { grid-template-columns: 56px 1fr; grid-template-rows: auto auto; gap: 6px 16px; padding: 24px 0; }
  .abpg-op-num            { grid-row: 1; grid-column: 1; font-size: 1.4rem; }
  .abpg-op-name           { grid-row: 1; grid-column: 2; font-size: 1rem; }
  .abpg-op-desc           { grid-row: 2; grid-column: 2; font-size: 0.86rem; }

  /* CTA */
  .abpg-cta               { padding: 72px 24px; }
}

@media (max-width: 480px) {
  .abpg-hero      { padding: 100px 18px 48px; }
  .abpg-title     { font-size: clamp(1.8rem, 8vw, 2.4rem); }
  .abpg-img-wrap  { aspect-ratio: 3/2; border-radius: 14px; }
  .abpg-lcard-img { width: 90px; min-width: 90px; }
  .abpg-vision    { padding: 56px 18px; }
  .abpg-backed    { padding: 56px 18px; }
  .abpg-operate-list  { padding: 0 18px; }
  .abpg-cta           { padding: 64px 18px; }
  .abpg-cta-btns      { flex-direction: column; align-items: center; }
}
