/* 8 Furlong Consulting — about.css (about-us.html only)
   Hero shell classes (.pg-hero--*) intentionally reuse the pillar hero pattern names but are
   defined here for this template. Layout only. */

.ab-narrow { max-width: 860px; margin-left: auto; margin-right: auto; }
.ab-center { text-align: center; }
.ab-head { margin-bottom: 32px; }

.pg-hero--img { position: relative; overflow: hidden; display: flex; align-items: flex-end; min-height: 74svh; background: var(--navy-soft); }
.pg-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pg-hero__scrim { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(29,35,39,.55) 0%, rgba(29,35,39,.42) 45%, rgba(29,35,39,.66) 100%); }
.pg-hero__content { position: relative; padding: 120px var(--pad-side) 48px; }
.pg-hero__content h1 { color: var(--white); }
.pg-hero__content .lede { color: var(--cream); margin-top: 22px; max-width: 62ch; }
.pg-hero__cta { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; margin-top: 30px; }
.pg-hero__cta .lnk { color: var(--muted); }

.ab-story h2, .ab-why h2 { margin-bottom: 4px; }
.ab-story p, .ab-why p { margin-top: 20px; }

.ab-record { padding: 22px 0; border-top: 1px solid var(--line-light); }
.ab-record:last-child { border-bottom: 1px solid var(--line-light); }
.ab-record b { display: block; font-family: var(--font-display); font-weight: 600; font-size: 19px; color: var(--navy); margin-bottom: 8px; }
.ab-record p { margin: 0; }

.ab-people__grid { display: grid; gap: 32px; }
.ab-people__media img { border-radius: var(--radius-card); width: 100%; height: auto; }
.ab-people__body p { margin: 20px 0 24px; }

.ab-values p { margin: 20px auto 24px; max-width: 720px; }
.ab-logos { margin-top: 56px; }
.ab-logo { width: 150px; height: 56px; background: var(--navy); border: 1px solid var(--navy); border-radius: var(--radius-pill); display: flex; align-items: center; justify-content: center; font-family: var(--font-label); font-weight: 600; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: #B8AE9C; flex-shrink: 0; margin-right: 16px; }

.ab-closer p { max-width: 52ch; margin: 22px auto 0; }
.ab-closer .btn { margin-top: 32px; }

@media (min-width: 768px) {
  .pg-hero__cta { flex-direction: row; align-items: center; gap: 36px; }
  .ab-logo { width: 180px; height: 64px; font-size: 9.5px; margin-right: 20px; }
}
@media (min-width: 1024px) {
  .pg-hero--img { min-height: 84vh; }
  .pg-hero__content { padding-bottom: 64px; }
  /* Serpentine: copy left, image right (opposes home people section) */
  .ab-people__grid { grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .ab-people__media { order: 2; position: relative; }
  .ab-people__body { order: 1; }
  .ab-people__media::after { content: ""; position: absolute; right: -14px; bottom: -14px; left: 34px; top: 34px; border: 1px solid #D8C9AE; border-radius: var(--radius-card); z-index: -1; }
  .ab-logos { margin-top: 72px; }
}

/* Client logo tiles - mirrors the homepage. Five marks are white-on-transparent, so a
   single tile color cannot carry the set; those five get a navy tile. */
.ab-logo img { max-width: 82%; max-height: 74%; width: auto; height: auto; object-fit: contain; display: block; }
/* Every tile is navy as of 2026-09-08 (John): a uniform plate, so the four
   white-on-transparent marks stop being the odd ones out. --dark is retired. */
