/* =====================================================================
   about.html only. Shared rules live in assets/css/styles.css.
   Tokens only: no new colours, radii, shadows or type sizes.
   ===================================================================== */

/* ---------- 1. Hero ----------------------------------------------- */
.ab-hero .dots-field{opacity:.22}

.ab-hero__headline{display:flex;gap:clamp(14px,1.6vw,22px);align-items:stretch;margin:var(--sp-5) 0 var(--sp-6)}
.ab-hero__headline h1{
  margin:0;font-size:clamp(1.625rem,1.2rem + 2.1vw,3rem);line-height:1.08;letter-spacing:-.032em;
}
.ab-hero__headline h1 span{display:block}
.ab-hero__headline .l1{color:var(--forest-700)}
.ab-hero__headline .l2{color:var(--saffron-700)}
.ab-hero__headline .l3{color:var(--forest-600)}

.ab-hero .lead{max-width:54ch;margin-bottom:var(--sp-4)}
.ab-hero__sub{font-size:var(--fs-sm);color:var(--text-muted);line-height:1.65;max-width:58ch;margin:0}

.ab-facts{
  list-style:none;margin:var(--sp-8) 0 0;padding:0;
  display:flex;flex-wrap:wrap;gap:10px var(--sp-5);
}
.ab-facts li{
  margin:0;display:inline-flex;align-items:center;gap:8px;
  font-size:var(--fs-sm);color:var(--text-muted);line-height:1.4;
}
.ab-facts svg{width:17px;height:17px;color:var(--forest-500);flex:none}

.ab-hero__media{position:relative}
.ab-hero__chip{position:absolute;left:clamp(-8px,-1vw,0px);bottom:18px;max-width:calc(100% - 24px)}
@media (max-width:520px){
  .ab-hero__chip{left:8px;bottom:10px;font-size:12px}
}

/* ---------- 2. Story ----------------------------------------------- */
.ab-story{margin-top:var(--sp-5)}
.ab-story p{color:var(--ink-700);line-height:1.72;max-width:62ch}

.ab-story__media{position:relative}
.ab-story__media img{
  border-radius:var(--r-xl);box-shadow:var(--sh-lg);width:100%;aspect-ratio:4/3;object-fit:cover;
}
.ab-story__badge{
  position:absolute;right:clamp(-14px,-1.2vw,0px);bottom:-18px;
  background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--sh-md);
  padding:12px var(--sp-5);display:flex;flex-direction:column;gap:2px;max-width:calc(100% - 28px);
}
.ab-story__badge::before{
  content:"";position:absolute;left:0;top:12px;bottom:12px;width:3px;border-radius:2px;background:var(--grad-rule);
}
.ab-story__badge-k{
  font-size:var(--fs-2xs);font-weight:700;letter-spacing:var(--ls-eyebrow);text-transform:uppercase;color:var(--saffron-800);
}
.ab-story__badge-v{font-family:var(--font-head);font-weight:600;font-size:14.5px;color:var(--heading)}
@media (max-width:899.98px){
  .ab-story__media{margin-bottom:var(--sp-6)}
  .ab-story__badge{right:8px}
}

/* ---------- 3. Mission and vision ---------------------------------- */
.ab-mv{display:grid;gap:clamp(18px,2.2vw,28px);grid-template-columns:1fr}
@media (min-width:860px){ .ab-mv{grid-template-columns:repeat(2,minmax(0,1fr))} }
.ab-mv__card{display:flex;flex-direction:column;gap:var(--sp-3);padding-top:clamp(24px,2.6vw,32px)}
.ab-mv__card h3{font-size:var(--fs-h3);margin:0;text-wrap:pretty}
.ab-mv__card .card__body{margin:0}
.ab-mv__tag{
  display:inline-flex;align-items:center;gap:8px;align-self:flex-start;margin:0;
  padding:5px 12px;border-radius:var(--r-pill);background:var(--saffron-50);border:1px solid var(--saffron-200);
  font-size:var(--fs-2xs);font-weight:700;letter-spacing:var(--ls-eyebrow);text-transform:uppercase;color:var(--saffron-800);
}
.ab-mv__tag svg{width:14px;height:14px}
.ab-mv__tag--green{background:var(--forest-50);border-color:var(--forest-200);color:var(--forest-700)}
.ab-mv__list{list-style:none;margin:auto 0 0;padding:var(--sp-4) 0 0;border-top:1px solid var(--line-soft);display:flex;flex-direction:column;gap:9px}
.ab-mv__list li{margin:0;display:flex;gap:9px;align-items:flex-start;font-size:var(--fs-sm);color:var(--text-muted);line-height:1.55}
.ab-mv__list svg{width:16px;height:16px;color:var(--forest-500);flex:none;margin-top:3px}

/* ---------- 4. Pillars --------------------------------------------- */
.ab-pillar{padding-top:clamp(24px,2.6vw,32px)}
.ab-pillar p{font-size:var(--fs-sm)}

/* Sections that carry an in-flow ribbon must not add padding under it. */
.section--flush-bottom .ribbon--divider{display:block}

/* ---------- 5a. What we do: service cards --------------------------- */
.ab-serv__card{
  display:flex;flex-direction:column;gap:var(--sp-3);text-decoration:none;color:inherit;
  border-top:3px solid var(--saffron-500);
}
.ab-serv__card:nth-child(even){border-top-color:var(--forest-600)}
.ab-serv__card h3{font-size:16.5px;margin:0}
.ab-serv__card p{margin:0;font-size:var(--fs-sm);color:var(--text-muted);line-height:1.6}
.ab-serv__card::after{
  content:"";display:block;width:32px;height:32px;margin-top:auto;border-radius:50%;
  border:1px solid var(--saffron-200);background:var(--saffron-50)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C2560A' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h15M13 6l6 6-6 6'/%3E%3C/svg%3E")
    no-repeat center/17px 17px;
  transition:translate var(--dur-fast) var(--ease-out),background-color var(--dur-fast) var(--ease-out);
}
.ab-serv__card:hover::after,.ab-serv__card:focus-visible::after{translate:4px 0;background-color:var(--saffron-100)}
.ab-serv__icon{
  width:42px;height:42px;border-radius:var(--r-md);display:grid;place-items:center;flex:none;
  background:var(--saffron-50);color:var(--saffron-700);border:1px solid var(--saffron-200);
}
.ab-serv__icon--green{background:var(--forest-50);color:var(--forest-600);border-color:var(--forest-200)}
.ab-serv__icon svg{width:21px;height:21px}
@media (prefers-reduced-motion:reduce){
  .ab-serv__card::after{transition:none}
  .ab-serv__card:hover::after,.ab-serv__card:focus-visible::after{translate:none}
}

/* ---------- 5b. Technology panel ------------------------------------ */
.ab-tech{
  margin-top:clamp(24px,3vw,40px);display:grid;gap:clamp(22px,2.8vw,40px);grid-template-columns:1fr;
  padding:clamp(24px,3vw,40px);background:var(--surface);border-color:var(--forest-200);
}
@media (min-width:900px){ .ab-tech{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:start} }
.ab-tech__tag{
  display:inline-flex;align-items:center;gap:8px;margin:0 0 var(--sp-3);
  padding:5px 12px;border-radius:var(--r-pill);background:var(--forest-50);border:1px solid var(--forest-200);
  font-size:var(--fs-2xs);font-weight:700;letter-spacing:var(--ls-eyebrow);text-transform:uppercase;color:var(--forest-700);
}
.ab-tech__tag svg{width:14px;height:14px}
.ab-tech__body h3{margin:0 0 var(--sp-3);font-size:var(--fs-h3)}
.ab-tech__body p{margin:0 0 var(--sp-4);color:var(--ink-700);line-height:1.7;max-width:46ch}
.ab-tech__list{list-style:none;margin:0;padding:0;display:grid;gap:var(--sp-4)}
@media (min-width:600px){ .ab-tech__list{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:var(--sp-6)} }
.ab-tech__list li{margin:0;display:flex;gap:11px;align-items:flex-start;font-size:var(--fs-sm);color:var(--text-muted);line-height:1.55}
.ab-tech__list b{color:var(--heading);font-family:var(--font-head);font-weight:600}
.ab-tech__list svg{width:18px;height:18px;color:var(--saffron-700);flex:none;margin-top:2px}

/* ---------- 6. Two promises ----------------------------------------- */
.ab-promises{display:grid;gap:clamp(18px,2.2vw,28px);grid-template-columns:1fr}
@media (min-width:900px){ .ab-promises{grid-template-columns:repeat(2,minmax(0,1fr))} }
.ab-promise{display:flex;flex-direction:column;gap:var(--sp-4);border-top:4px solid var(--saffron-500)}
.ab-promise--green{border-top-color:var(--forest-600)}
.ab-promise h3{margin:0;font-size:var(--fs-h4);text-wrap:pretty}
.ab-promise__tag{
  display:inline-flex;align-items:center;gap:8px;align-self:flex-start;margin:0;
  padding:5px 12px;border-radius:var(--r-pill);background:var(--saffron-50);border:1px solid var(--saffron-200);
  font-size:var(--fs-2xs);font-weight:700;letter-spacing:var(--ls-eyebrow);text-transform:uppercase;color:var(--saffron-800);
}
.ab-promise__tag svg{width:14px;height:14px}
.ab-promise__tag--green{background:var(--forest-50);border-color:var(--forest-200);color:var(--forest-700)}
.ab-promise__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--sp-4)}
.ab-promise__list li{margin:0;display:flex;gap:12px;align-items:flex-start;font-size:var(--fs-sm);color:var(--text-muted);line-height:1.6}
.ab-promise__list b{color:var(--heading);font-family:var(--font-head);font-weight:600}
.ab-promise__n{
  flex:none;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;
  background:var(--saffron-50);border:1px solid var(--saffron-200);color:var(--saffron-800);
  font-size:12.5px;font-weight:700;font-family:var(--font-head);
}
.ab-promise--green .ab-promise__n{background:var(--forest-50);border-color:var(--forest-200);color:var(--forest-700)}
.ab-promise .card__foot{margin-top:auto;padding-top:var(--sp-5)}

.ab-fraud{
  display:flex;gap:12px;align-items:flex-start;margin:clamp(24px,3vw,40px) 0 0;
  border:1px solid var(--saffron-200);border-left:4px solid var(--saffron-500);
  border-radius:var(--r-lg);background:var(--surface-warm);
  padding:var(--sp-5);font-size:var(--fs-sm);color:var(--ink-700);line-height:1.6;
}
.ab-fraud svg{width:19px;height:19px;color:var(--saffron-700);flex:none;margin-top:2px}
.ab-fraud b{color:var(--heading)}

/* ---------- 6. Milestone timeline ----------------------------------- */
.ab-tl{list-style:none;margin:0;padding:0;display:grid;gap:0}
.ab-tl__item{position:relative;margin:0;padding:0 0 var(--sp-8) 42px;display:flex;flex-direction:column}
.ab-tl__item:last-child{padding-bottom:0}
.ab-tl__item::before{
  content:"";position:absolute;left:11px;top:24px;bottom:0;width:2px;background:var(--forest-200);
}
.ab-tl__item:last-child::before{display:none}
.ab-tl__marker{
  position:absolute;left:4px;top:5px;width:17px;height:17px;border-radius:50%;
  background:#fff;border:3px solid var(--saffron-500);box-shadow:0 0 0 4px var(--saffron-50);z-index:1;
}
.ab-tl__item:last-child .ab-tl__marker{border-color:var(--forest-600);box-shadow:0 0 0 4px var(--forest-50)}
.ab-tl__when{
  margin:0 0 var(--sp-3);font-size:var(--fs-2xs);font-weight:700;letter-spacing:var(--ls-eyebrow);
  text-transform:uppercase;color:var(--saffron-800);
}
.ab-tl__card{flex:1}
.ab-tl__card h3{font-size:16.5px;margin:0 0 var(--sp-2)}
.ab-tl__card p{margin:0;font-size:var(--fs-sm);color:var(--text-muted);line-height:1.6}
.ab-tl__card--now{border-color:var(--forest-200);background:var(--forest-50)}

@media (min-width:1024px){
  .ab-tl{grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--sp-5)}
  .ab-tl__item{padding:38px 0 0}
  .ab-tl__item::before{left:12px;right:calc(-1 * var(--sp-5) - 12px);top:12px;bottom:auto;width:auto;height:2px}
  .ab-tl__marker{left:4px;top:4px}
}

/* ---------- 7. Leadership ------------------------------------------ */
.ab-people{display:grid;gap:clamp(18px,2.2vw,28px);grid-template-columns:1fr}
@media (min-width:860px){ .ab-people{grid-template-columns:repeat(2,minmax(0,1fr))} }
.ab-person{display:flex;flex-direction:column;gap:var(--sp-4)}
.ab-person__head{display:flex;align-items:center;gap:var(--sp-4)}
.ab-person__name{margin:0;font-size:var(--fs-h4)}
.ab-person__role{margin:2px 0 0;font-size:var(--fs-sm);color:var(--saffron-800);font-weight:600}
.ab-person .card__body{margin:0}
.ab-person__does{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.ab-person__does li{margin:0;display:flex;gap:9px;align-items:flex-start;font-size:var(--fs-sm);color:var(--ink-700);line-height:1.5}
.ab-person__does svg{width:16px;height:16px;color:var(--forest-500);flex:none;margin-top:2px}
.ab-person__contact{
  margin-top:auto;padding-top:var(--sp-4);border-top:1px solid var(--line-soft);
  display:flex;flex-wrap:wrap;gap:8px var(--sp-4);
}
.ab-person__contact a{
  display:inline-flex;align-items:center;gap:7px;font-size:var(--fs-sm);font-weight:500;
  color:var(--ink-700);text-decoration:none;
}
.ab-person__contact a:hover{color:var(--saffron-700);text-decoration:underline}
.ab-person__contact svg{width:16px;height:16px;color:var(--saffron-700);flex:none}

.ab-people__note{
  display:flex;gap:11px;align-items:flex-start;margin:var(--sp-8) 0 0;
  border:1px dashed var(--line-strong);border-radius:var(--r-lg);background:#fff;
  padding:var(--sp-4) var(--sp-5);font-size:var(--fs-sm);color:var(--text-muted);line-height:1.6;
}
.ab-people__note svg{width:18px;height:18px;color:var(--forest-500);flex:none;margin-top:2px}

/* ---------- 8. Values ----------------------------------------------- */
.ab-values .card{background:var(--surface)}
.ab-values h3{font-size:16.5px}

/* ---------- 9. Industries and reach --------------------------------- */
.ab-reach{
  display:grid;gap:clamp(18px,2.4vw,32px);grid-template-columns:1fr;
  margin-top:clamp(28px,3vw,44px);padding-top:clamp(24px,2.6vw,36px);border-top:1px solid var(--line);
}
@media (min-width:860px){ .ab-reach{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr)} }
.ab-reach h3{
  font-family:var(--font-body);font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  color:var(--text-subtle);margin:0 0 var(--sp-4);
}
.ab-reach__col .link-arrow{margin-top:var(--sp-4)}
.ab-ind-note{display:flex;width:fit-content;max-width:100%;margin:var(--sp-5) auto 0}

/* ---------- 10. Grow Together (dark band) ---------------------------- */
.ab-grow{text-align:center}
.ab-grow__photo{position:absolute;inset:0;z-index:-1;overflow:hidden}
.ab-grow__photo img{
  width:100%;height:100%;object-fit:cover;object-position:50% 42%;
  opacity:.3;background:none;
  -webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 34%,#000 66%,transparent 100%);
  mask-image:linear-gradient(180deg,transparent 0%,#000 34%,#000 66%,transparent 100%);
}
.ab-grow__inner{position:relative;z-index:1}
.ab-grow .eyebrow{justify-content:center}
.ab-grow h2{max-width:20ch;margin-inline:auto;text-shadow:0 2px 20px rgba(12,26,10,.5)}
/* The script face is used once per page, in the CTA band, so this band
   carries the visiting-card line in the heading face instead. */
.ab-grow__tag{
  font-family:var(--font-head);font-weight:600;font-size:clamp(.9rem,.82rem + .4vw,1.0625rem);
  color:var(--saffron-300);line-height:1.4;letter-spacing:.01em;margin:0 0 var(--sp-5);
  text-wrap:balance;
}
.ab-grow__lead{max-width:60ch;margin:0 auto var(--sp-10)}

.ab-grow__points{display:grid;gap:clamp(18px,2.2vw,28px);grid-template-columns:1fr;text-align:left}
@media (min-width:768px){ .ab-grow__points{grid-template-columns:repeat(3,minmax(0,1fr))} }
.ab-grow__point{
  background:rgba(255,255,255,.055);border:1px solid var(--line-dark);border-radius:var(--r-xl);
  padding:clamp(20px,2.2vw,26px);display:flex;flex-direction:column;gap:var(--sp-3);
  backdrop-filter:blur(6px);
}
.ab-grow__icon{
  width:44px;height:44px;border-radius:var(--r-md);display:grid;place-items:center;flex:none;
  background:rgba(245,151,61,.16);color:var(--saffron-300);
}
.ab-grow__icon svg{width:21px;height:21px}
.ab-grow__point h3{font-size:16.5px;margin:0}
.ab-grow__point p{margin:0;font-size:var(--fs-sm);line-height:1.6}
.ab-grow__actions{justify-content:center;margin-top:clamp(28px,3vw,40px)}

/* ---------- 11. Office and map --------------------------------------- */
.ab-office{display:grid;gap:clamp(20px,2.6vw,36px);grid-template-columns:1fr;align-items:start}
@media (min-width:900px){ .ab-office{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr)} }
.ab-office__card{display:flex;flex-direction:column;gap:var(--sp-5)}
.ab-office__tag{
  display:inline-flex;align-items:center;gap:9px;align-self:flex-start;margin:0;
  font-family:var(--font-head);font-weight:600;font-size:15px;color:var(--heading);
}
.ab-office__tag svg{width:19px;height:19px;color:var(--saffron-700)}
.ab-office__addr{
  font-style:normal;font-size:16px;line-height:1.7;color:var(--ink-700);
  padding-left:var(--sp-5);border-left:3px solid transparent;
  border-image:var(--grad-rule) 1;
}
.ab-office__rows{margin:0;display:flex;flex-direction:column;gap:var(--sp-4)}
.ab-office__rows>div{display:grid;gap:4px}
.ab-office__rows dt{
  display:flex;align-items:center;gap:8px;
  font-size:var(--fs-2xs);font-weight:700;letter-spacing:var(--ls-eyebrow);text-transform:uppercase;color:var(--text-subtle);
}
.ab-office__rows dt svg{width:14px;height:14px;color:var(--saffron-700)}
.ab-office__rows dd{margin:0;font-size:var(--fs-sm);color:var(--ink-700);line-height:1.65}
.ab-office__rows dd a{color:var(--forest-600);text-decoration:none;font-weight:500}
.ab-office__rows dd a:hover{color:var(--saffron-700);text-decoration:underline}
.ab-office__legal{margin:0;padding-top:var(--sp-4);border-top:1px solid var(--line-soft)}

.ab-office__map{display:flex;flex-direction:column;gap:var(--sp-3)}
.ab-office__frame{
  position:relative;aspect-ratio:4/3;overflow:hidden;
  border:1px solid var(--line);border-radius:var(--r-xl);box-shadow:var(--sh-md);
  background:var(--surface-2);
}
@media (min-width:900px){ .ab-office__frame{aspect-ratio:1/1;min-height:420px} }
.ab-office__map iframe{
  position:absolute;inset:0;width:100%;height:100%;border:0;display:block;background:transparent;
}
/* Sits behind the embed, so it only shows while Google is loading or blocked. */
.ab-office__fallback{
  position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:6px;text-align:center;padding:var(--sp-6);color:var(--text-muted);font-size:var(--fs-sm);
}
.ab-office__fallback .dots-field{opacity:.5}
.ab-office__fallback>*:not(.dots-field){position:relative;z-index:1}
.ab-office__fallback b{font-family:var(--font-head);font-weight:600;color:var(--heading);font-size:15px}
.ab-office__fallback-sub{font-size:var(--fs-sm)}
.ab-office__pin{
  width:44px;height:44px;border-radius:50%;display:grid;place-items:center;margin-bottom:6px;
  background:var(--saffron-50);border:1px solid var(--saffron-200);color:var(--saffron-700);
}
.ab-office__pin svg{width:22px;height:22px}
.ab-office__maphint{display:flex;gap:9px;align-items:flex-start;margin:0}
.ab-office__maphint svg{width:16px;height:16px;color:var(--saffron-700);flex:none;margin-top:2px}

/* ---------- 12. Careers ---------------------------------------------- */
.ab-careers{
  display:grid;gap:clamp(24px,3vw,44px);grid-template-columns:1fr;align-items:center;
  padding:clamp(24px,3vw,44px);background:var(--surface-warm);border-color:var(--saffron-200);
}
@media (min-width:900px){ .ab-careers{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)} }
.ab-careers h2{margin:var(--sp-3) 0 var(--sp-4)}
.ab-careers .lead{max-width:56ch}
.ab-careers__body>p{color:var(--ink-700);max-width:60ch}
.ab-careers__list{
  list-style:none;margin:0;padding:clamp(20px,2.2vw,26px);display:flex;flex-direction:column;gap:var(--sp-4);
  background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--sh-xs);
}
.ab-careers__list li{margin:0;display:flex;gap:11px;align-items:flex-start;font-size:var(--fs-sm);color:var(--ink-700);line-height:1.55}
.ab-careers__list svg{width:18px;height:18px;color:var(--forest-500);flex:none;margin-top:1px}

/* ---------- 14. CTA band art -----------------------------------------
   LOCAL OVERRIDE. .cta-band__ridge and .cta-band__figs are positioned in
   assets/css/pages/home.css, so every other page that uses the shared CTA
   band has to repeat them. Reported for promotion into styles.css.
   The crest sits at --crest of --ridge-h from the bottom at every width, so
   the climbers line up with the ridge from 320px up and leave no seam. */
.cta-band__ridge{position:absolute;left:0;right:0;bottom:0;width:100%;height:var(--ridge-h);z-index:-1;display:block}
.cta-band__figs{
  position:absolute;left:50%;translate:-50% 0;
  bottom:calc(var(--ridge-h) * var(--crest));
  width:clamp(158px,23vw,300px);height:auto;z-index:-1;display:block;
}

/* ---------- Print ----------------------------------------------------- */
@media print{
  .ab-grow__photo,.ab-office__map,.ab-hero__media,.ab-story__media{display:none}
  .ab-grow{background:none!important;color:#000}
}
