.about-page {
  --ab-green: #004b38;
  --ab-green-dark: #00372a;
  --ab-gold: #e8a523;
  --ab-line: #e1e5e0;
  color: #17201c;
  background: #fbfbf8;
  font-size: 14px;
}

.ab-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.ab-hero {
  position: relative;
  min-height: 295px;
  color: white;
  background: url("../images/projects-hero.jpg") center 49% / cover no-repeat, var(--ab-green-dark);
}
.ab-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,52,40,.93), rgba(0,52,40,.58) 44%, rgba(0,52,40,.1) 78%); }
.ab-hero-content { position: relative; z-index: 1; padding-top: 63px; }
.ab-hero h1 { margin: 0; font: 700 clamp(42px, 4.4vw, 57px)/1.1 "Manrope", Arial, sans-serif; }
.ab-hero h1 span { color: #efac28; }
.ab-hero nav { display: flex; align-items: center; gap: 12px; margin-top: 10px; font-size: 13px; }
.ab-hero nav > span { color: rgba(255,255,255,.7); font-size: 20px; }
.ab-hero p { margin: 18px 0 0; color: rgba(255,255,255,.94); font-size: 14px; line-height: 1.6; }

.ab-story { display: grid; grid-template-columns: .95fr 1.08fr; gap: 33px; padding-top: 21px; }
.ab-story-image {
  position: relative;
  min-height: 324px;
  overflow: hidden;
  border-radius: 9px;
  background: url("../images/photo-1497366754035-f200968a6e72.jpg") center / cover no-repeat;
  box-shadow: 0 10px 25px rgba(0, 52, 38, .09);
}
.ab-story-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 25%, rgba(0,45,33,.32)); }
.ab-office-brand { position: absolute; z-index: 1; top: 60px; right: 27px; display: flex; align-items: center; gap: 12px; color: white; text-transform: uppercase; filter: drop-shadow(0 2px 3px rgba(0,0,0,.4)); }
.ab-office-brand svg { width: 45px; height: 45px; }
.ab-office-brand strong { font-size: 22px; line-height: 1.08; }
.ab-story-copy { padding-top: 2px; }
.ab-eyebrow { color: #d78916; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.ab-story-copy > h2 { margin: 3px 0 8px; color: #174434; font: 700 27px/1.22 "Manrope", Arial, sans-serif; }
.ab-story-copy > p { margin: 0 0 6px; color: #5a655f; font-size: 12px; line-height: 1.6; }
.ab-story-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 14px; border: 1px solid #e0e4df; border-radius: 8px; background: white; }
.ab-story-stats article { display: flex; align-items: center; gap: 9px; min-height: 69px; padding: 9px 12px; border-right: 1px solid #e4e7e3; }
.ab-story-stats article:last-child { border-right: 0; }
.ab-story-stats svg { width: 28px; height: 28px; flex: 0 0 auto; color: #e39d20; }
.ab-story-stats p { display: flex; flex-direction: column; margin: 0; }
.ab-story-stats strong { color: #174434; font-size: 13px; }
.ab-story-stats span { color: #6b746f; font-size: 9px; }

.ab-purpose { display: grid; grid-template-columns: 1fr 1fr; margin-top: 18px; padding: 18px 37px; border-radius: 9px; background: linear-gradient(100deg, #fafaf6, #f3f3ec); }
.ab-purpose article { display: grid; grid-template-columns: 75px 1fr; align-items: center; gap: 22px; padding: 0 36px; }
.ab-purpose article + article { border-left: 1px solid #dde2dd; }
.ab-purpose article > span { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; color: #0b654b; background: white; box-shadow: 0 6px 17px rgba(0,54,39,.08); }
.ab-purpose svg { width: 39px; height: 39px; }
.ab-purpose h2 { margin: 0 0 5px; color: #174434; font-size: 16px; }
.ab-purpose p { margin: 0; color: #626d67; font-size: 11px; line-height: 1.55; }

.ab-section-heading h2, .ab-partners > h2 { margin: 0; color: #1b2822; font-size: 19px; }
.ab-section-heading p { margin: 2px 0 0; color: #69736e; font-size: 11px; }
.ab-why { padding-top: 23px; }
.ab-why-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 12px; }
.ab-why-grid article { min-height: 111px; display: grid; grid-template-columns: 45px 1fr; gap: 11px; padding: 17px 12px; border: 1px solid #e0e4df; border-radius: 8px; background: white; }
.ab-why-grid > article > svg { width: 38px; height: 38px; color: #075b44; }
.ab-why-grid h3 { margin: 0 0 7px; color: #1a2923; font-size: 11px; }
.ab-why-grid p { margin: 0; color: #626c67; font-size: 9.5px; line-height: 1.55; }

.ab-partners { padding-top: 22px; }
.ab-partner-wrap { position: relative; margin-top: 9px; }
.ab-partner-track { display: grid; grid-template-columns: repeat(8, minmax(145px, 1fr)); overflow: hidden; border: 1px solid #e0e4df; border-radius: 7px; background: white; scroll-behavior: smooth; }
.ab-partner-track article { min-height: 83px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 9px; border-right: 1px solid #e0e4df; text-align: center; text-transform: uppercase; }
.ab-partner-track article:last-child { border-right: 0; }
.ab-partner-track strong { color: #173d32; font-family: "Manrope", Arial, sans-serif; font-size: 18px; line-height: 1.1; }
.ab-partner-track span { margin-top: 3px; color: #bf8421; font-size: 8px; letter-spacing: 1px; }
.ab-partner-track article:nth-child(2) strong, .ab-partner-track article:nth-child(5) strong { color: #b98b2c; }
.ab-partner-track article:nth-child(4) strong, .ab-partner-track article:nth-child(6) strong { color: #265989; }
.ab-partner-arrow { position: absolute; z-index: 2; top: 50%; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #e1e5e0; border-radius: 50%; color: #154637; background: white; box-shadow: 0 4px 12px rgba(0,50,35,.08); transform: translateY(-50%); }
.ab-partner-arrow:first-child { left: -19px; }
.ab-partner-arrow:last-child { right: -19px; }

.ab-team { padding-top: 23px; }
.ab-team-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 17px; margin-top: 12px; }
.ab-team-grid article { overflow: hidden; padding-bottom: 10px; border: 1px solid #e0e4df; border-radius: 8px; background: white; text-align: center; }
.ab-team-photo { height: 174px; background-position: center top; background-size: cover; }
.ab-person-one { background-image: url("../images/photo-1560250097-0b93528c311a.jpg"); }
.ab-person-two { background-image: url("../images/photo-1573496359142-b8d87734a5a2.jpg"); }
.ab-person-three { background-image: url("../images/photo-1507003211169-0a1dd7228f2d.jpg"); }
.ab-person-four { background-image: url("../images/photo-1580489944761-15a19d654956.jpg"); }
.ab-person-five { background-image: url("../images/photo-1568602471122-7832951cc4c5.jpg"); }
.ab-person-six { background-image: url("../images/photo-1594744803329-e58b31de8bf5.jpg"); }
.ab-team-grid h3 { margin: 8px 0 1px; color: #18251f; font-size: 12px; }
.ab-team-grid > article > p { margin: 0; color: #69736e; font-size: 9px; }
.ab-team-grid article > div:last-child { display: flex; justify-content: center; gap: 7px; margin-top: 6px; }
.ab-team-grid a { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid #b9cec4; border-radius: 50%; color: #075d45; font-size: 10px; font-weight: 800; }
.ab-team-grid a svg { width: 12px; height: 12px; }

.ab-journey { padding-top: 23px; padding-bottom: 24px; }
.ab-journey-track { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; margin-top: 12px; }
.ab-journey-track::before { content: ""; position: absolute; top: 31px; right: 8%; left: 8%; border-top: 1px dashed #aebbb4; }
.ab-journey-track article { position: relative; z-index: 1; text-align: center; }
.ab-journey-track span { width: 63px; height: 63px; display: grid; place-items: center; margin: auto; border: 5px solid #f5f0df; border-radius: 50%; color: #e9aa27; background: var(--ab-green); }
.ab-journey-track svg { width: 27px; height: 27px; }
.ab-journey-track h3 { margin: 7px 0 2px; color: #17251f; font-size: 12px; }
.ab-journey-track p { margin: 0; color: #58645e; font-size: 9.5px; line-height: 1.45; }

.ab-trust-band { color: white; background: linear-gradient(105deg, #00543d, #003a2c); }
.ab-trust-layout { min-height: 205px; display: grid; grid-template-columns: 1.25fr .63fr .92fr; }
.ab-testimonial-area { padding: 16px 23px 11px 0; }
.ab-testimonial-area > h2 { margin: 0 0 7px; font-size: 18px; }
.ab-testimonial-slider { display: grid; grid-template-columns: 30px 1fr 30px; align-items: center; gap: 8px; }
.ab-testimonial-slider > button { width: 28px; height: 28px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #144236; background: white; font-size: 18px; }
.ab-testimonial-slider > div { min-width: 0; }
.ab-testimonial-slider article { display: none; min-height: 118px; padding: 13px 18px; border-radius: 7px; color: #26332d; background: white; }
.ab-testimonial-slider article.active { display: block; }
.ab-testimonial-slider article > div { color: #ed9e13; font-size: 13px; letter-spacing: 1px; }
.ab-testimonial-slider article > p { margin: 5px 0 10px; font-size: 10px; line-height: 1.5; }
.ab-testimonial-slider footer { display: flex; align-items: center; gap: 8px; color: #203129; background: transparent; }
.ab-testimonial-slider footer > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: white; background: #0b654a; font-size: 9px; font-weight: 800; }
.ab-testimonial-slider footer p { display: flex; flex-direction: column; margin: 0; }
.ab-testimonial-slider footer strong { font-size: 9px; }
.ab-testimonial-slider footer small { color: #69736e; font-size: 8px; }
.ab-testimonial-dots { display: flex; justify-content: center; gap: 5px; margin-top: 7px; }
.ab-testimonial-dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.45); }
.ab-testimonial-dots button.active { background: #f0b52e; }
.ab-trust-stats { display: flex; justify-content: center; flex-direction: column; gap: 9px; padding: 15px 25px; border-left: 1px solid rgba(255,255,255,.3); }
.ab-trust-stats p { display: flex; align-items: center; gap: 9px; margin: 0; }
.ab-trust-stats svg { width: 27px; height: 27px; color: #efb129; }
.ab-trust-stats span { display: flex; flex-direction: column; font-size: 9px; }
.ab-trust-stats strong { color: #efb129; font-size: 15px; }
.ab-trust-image { background: linear-gradient(90deg, rgba(0,59,43,.9), transparent 65%), url("../images/photo-1600607687939-ce8a6c25118c.jpg") center / cover no-repeat; }

.ab-bottom { display: grid; grid-template-columns: 1.35fr 1fr; gap: 33px; padding-top: 21px; padding-bottom: 27px; }
.ab-faq > h2 { margin: 0 0 8px; font-size: 19px; }
.ab-faq-tabs { display: flex; gap: 6px; margin-bottom: 10px; }
.ab-faq-tabs button { min-height: 28px; padding: 0 14px; border: 0; border-radius: 4px; color: #53605a; background: #f0f1ed; font-size: 9px; }
.ab-faq-tabs button.active { color: white; background: var(--ab-green); }
.ab-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 13px; }
.ab-faq article { overflow: hidden; border: 1px solid #dfe4df; border-radius: 5px; background: white; }
.ab-faq article[hidden] { display: none; }
.ab-faq article > button { width: 100%; min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 9px; padding: 7px 10px; border: 0; color: #46514c; background: white; text-align: left; font-size: 10px; }
.ab-faq article > button svg { width: 14px; height: 14px; flex: 0 0 auto; }
.ab-faq article > p { display: none; margin: 0; padding: 0 10px 10px; color: #65706a; font-size: 10px; line-height: 1.5; }
.ab-faq article.open > p { display: block; }
.ab-faq article.open > button svg { transform: rotate(45deg); }
.ab-bottom-side { padding-top: 19px; }
.ab-support-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-bottom: 13px; }
.ab-support-points p { display: flex; align-items: center; gap: 8px; margin: 0; color: #345047; font-size: 9px; }
.ab-support-points svg { width: 25px; height: 25px; flex: 0 0 auto; color: #14644c; }
.ab-contact-card { min-height: 134px; display: flex; align-items: center; overflow: hidden; border-radius: 8px; background: linear-gradient(90deg, #004b38 2%, rgba(0,75,56,.91) 48%, rgba(0,75,56,.08) 78%), url("../images/photo-1600566753086-00f18fb6b3ea.jpg") center / cover no-repeat; }
.ab-contact-card > div { width: 60%; padding: 14px 18px; color: white; }
.ab-contact-card h2 { margin: 0 0 5px; font: 700 19px/1.2 "Manrope", Arial, sans-serif; }
.ab-contact-card p { margin: 0 0 10px; font-size: 9px; line-height: 1.45; }
.ab-contact-card a { min-height: 33px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 4px; color: #163c30; background: #f2b638; font-size: 9px; font-weight: 800; }
.about-page + footer .footer-cta { display: none; }

@media (max-width: 1160px) {
  .ab-story { grid-template-columns: .9fr 1.1fr; }
  .ab-story-stats { grid-template-columns: 1fr 1fr; }
  .ab-story-stats article:nth-child(2) { border-right: 0; }
  .ab-story-stats article:nth-child(-n+2) { border-bottom: 1px solid #e4e7e3; }
  .ab-why-grid { grid-template-columns: repeat(3, 1fr); }
  .ab-partner-track { overflow-x: auto; }
  .ab-team-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .ab-shell { width: calc(100% - 30px); }
  .ab-story { grid-template-columns: 1fr; }
  .ab-purpose { grid-template-columns: 1fr; gap: 18px; padding: 22px; }
  .ab-purpose article { padding: 0; }
  .ab-purpose article + article { padding-top: 18px; border-top: 1px solid #dde2dd; border-left: 0; }
  .ab-why-grid { grid-template-columns: 1fr 1fr; }
  .ab-team-grid { grid-template-columns: 1fr 1fr; }
  .ab-journey-track { grid-template-columns: repeat(3, 1fr); row-gap: 25px; }
  .ab-journey-track::before { display: none; }
  .ab-trust-layout { grid-template-columns: 1.3fr .7fr; }
  .ab-trust-image { display: none; }
  .ab-bottom { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .about-page { width: 100vw; overflow-x: hidden; }
  .ab-shell { width: calc(100vw - 24px); max-width: calc(100vw - 24px); }
  .ab-hero { min-height: 330px; }
  .ab-hero-content { padding-top: 48px; }
  .ab-hero h1 { font-size: 40px; }
  .ab-hero p { font-size: 13px; }
  .ab-hero p br { display: none; }
  .ab-story-image { min-height: 275px; }
  .ab-office-brand { top: 35px; right: 18px; }
  .ab-office-brand strong { font-size: 17px; }
  .ab-story-copy > h2 { font-size: 24px; }
  .ab-story-copy > p { font-size: 13px; }
  .ab-story-stats { grid-template-columns: 1fr 1fr; }
  .ab-story-stats article { padding: 9px; }
  .ab-purpose article { grid-template-columns: 58px 1fr; gap: 13px; }
  .ab-purpose article > span { width: 56px; height: 56px; }
  .ab-purpose svg { width: 30px; height: 30px; }
  .ab-purpose p { font-size: 12px; }
  .ab-why-grid { grid-template-columns: 1fr; }
  .ab-why-grid p { font-size: 11px; }
  .ab-partner-arrow { display: none; }
  .ab-team-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .ab-team-photo { height: 170px; }
  .ab-team-grid > article > p { font-size: 9px; }
  .ab-journey-track { grid-template-columns: 1fr 1fr; }
  .ab-trust-layout { grid-template-columns: 1fr; }
  .ab-testimonial-area { padding-right: 0; }
  .ab-trust-stats { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.25); border-left: 0; }
  .ab-faq-tabs { overflow-x: auto; }
  .ab-faq-tabs button { flex: 0 0 auto; }
  .ab-faq-grid { grid-template-columns: 1fr; }
  .ab-faq article > button, .ab-faq article > p { font-size: 11px; }
  .ab-support-points { grid-template-columns: 1fr; }
  .ab-support-points p { font-size: 11px; }
  .ab-contact-card > div { width: 72%; }
}
