/* About page refinements from the 2026-08-20 visual review. */
.about-refined-page {
  --about-paper: #ffffff;
  --about-panel: #f2f2f2;
  --about-ink: #0b0b0c;
  --about-muted: #6f7278;
  overflow-x: clip;
}

/* About footer annotation: equal spacing across the three link columns. */
.about-refined-page .footer-grid.footer-industries{
  grid-template-columns:minmax(18rem,1.25fr) repeat(3,minmax(0,1fr))!important;
  column-gap:clamp(2.5rem,4vw,4rem)!important;
}
.about-refined-page .footer-grid.footer-industries>div:nth-child(n+2){
  width:100%!important;
  justify-self:start!important;
}
@media(max-width:900px){
  .about-refined-page .footer-grid.footer-industries{grid-template-columns:1fr 1fr!important}
  .about-refined-page .footer-grid.footer-industries>div:first-child{grid-column:1/-1}
}
@media(max-width:560px){
  .about-refined-page .footer-grid.footer-industries{grid-template-columns:1fr!important}
  .about-refined-page .footer-grid.footer-industries>div:first-child{grid-column:auto}
}

.about-refined-page .about-story-hero {
  min-height: clamp(38rem, 78vh, 54rem);
  background: var(--about-paper);
}

.about-refined-page .about-story-hero__inner {
  padding-block: clamp(6rem, 11vw, 10rem);
}

.about-refined-page .about-hero-kicker {
  display: flex;
  gap: .65rem;
  margin-bottom: clamp(1rem, 1.8vw, 1.5rem);
  color: #59606a;
  font-size: clamp(.85rem, 1.15vw, 1.1rem);
  font-weight: 400;
  letter-spacing: .04em;
  align-items: center;
  justify-content: center;
}

.about-refined-page .about-hero-kicker span + span {
  padding-left: .65rem;
  border-left: 1px solid #c8ccd1;
  font-size: .82em;
  letter-spacing: .08em;
}

.about-refined-page .about-story-hero .page-title {
  max-width: 18ch !important;
  margin: 0 auto !important;
  color: var(--about-ink) !important;
  font-size: clamp(4rem, 4.57vw, 4.875rem) !important;
  font-weight: 300 !important;
  line-height: .98 !important;
  letter-spacing: -.065em !important;
}

.about-refined-page .about-story-hero .lede {
  width: min(100%, 50rem);
  max-width: 50rem;
  margin-top: clamp(2rem, 3.5vw, 3rem);
  color: var(--about-muted) !important;
  font-size: clamp(.95rem, 1.2vw, 1.1rem) !important;
  line-height: 1.75 !important;
}

/* One shared editorial heading treatment across the narrative sections. */
.about-refined-page .about-lead-grid,
.about-refined-page .about-section-head {
  grid-template-columns: minmax(0, 1fr) minmax(20rem, .42fr);
  gap: clamp(2rem, 5vw, 7rem);
  align-items: center;
  justify-items: stretch;
  text-align: left !important;
}

.about-refined-page .about-lead-grid > div:first-child,
.about-refined-page .about-section-head > div {
  width: 100%;
  min-width: 0;
  margin-inline: 0 !important;
  justify-self: start !important;
  text-align: left !important;
}

.about-refined-page .about-lead-grid .section-title,
.about-refined-page .about-section-head .section-title {
  max-width: none;
  margin: 0 !important;
  color: var(--about-ink) !important;
  font-size: clamp(2.75rem, 3.35vw, 3.75rem) !important;
  font-weight: 300 !important;
  line-height: 1.08 !important;
  letter-spacing: -.055em !important;
  justify-self: start !important;
  text-align: left !important;
}

.about-refined-page .about-lead-grid .section-title {
  font-size: clamp(2rem, 2.55vw, 2.6rem) !important;
}

.about-refined-page .about-lead-grid .section-title br,
.about-refined-page .about-section-head .section-title br {
  display: none;
}

.about-refined-page .about-lead-copy,
.about-refined-page .about-section-head > p {
  align-self: center;
  color: var(--about-muted) !important;
  text-align: left !important;
}

/* Keep each explanatory line with its heading instead of in a side column. */
.about-refined-page .about-lead-grid,
.about-refined-page .about-section-head {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.25rem, 1.8vw, 1.75rem);
  align-items: start;
}

.about-refined-page .about-lead-copy,
.about-refined-page .about-section-head > p {
  width: 100%;
  max-width: none;
  justify-self: start;
  align-self: start;
  margin: 0;
}

/* Match the requested quiet neutral panel color without changing its layout. */
.about-refined-page .positioning-strip article {
  background: var(--about-panel) !important;
}

/* Make responsibility hand-offs explicit. */
.about-refined-page .responsibility-chain {
  overflow: visible;
  gap: clamp(.85rem, 1.5vw, 1.4rem);
  background: transparent;
}

.about-refined-page .responsibility-chain article {
  position: relative;
  min-height: 16.5rem;
  border: 1px solid var(--ui-line);
  border-radius: var(--ui-radius);
}

.about-refined-page .responsibility-chain b {
  margin-bottom: 3.25rem;
}

.about-refined-page .responsibility-chain article:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  top: 50%;
  right: calc(clamp(.85rem, 1.5vw, 1.4rem) * -.72);
  z-index: 2;
  display: grid;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: var(--about-paper);
  color: #000;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  place-items: center;
  transform: translate(50%, -50%);
}

/* Continuous delivery carousel: no exposed scrollbar, pause on hover/focus. */
.about-refined-page .delivery-seven {
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0;
  cursor: grab;
  scroll-snap-type: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.about-refined-page .delivery-seven::-webkit-scrollbar {
  display: none;
}

.about-refined-page .delivery-seven:active {
  cursor: grabbing;
}

.about-refined-page .delivery-seven.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.about-refined-page .delivery-seven article {
  flex-basis: clamp(17rem, 21vw, 20rem);
}

/* Final CTA adopts the centered, large-type, high-whitespace reference layout. */
.about-refined-page .about-final-cta {
  display: grid;
  min-height: clamp(38rem, 78vh, 54rem);
  padding-block: clamp(6rem, 10vw, 9rem) !important;
  background: var(--about-paper);
  place-items: center;
}

.about-refined-page .about-final-cta > .wrap {
  display: flex;
  width: min(100%, 74rem);
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.about-refined-page .about-final-cta h2 {
  max-width: 14ch;
  margin: 0 auto;
  color: var(--about-ink) !important;
  font-size: clamp(3.25rem, 5.8vw, 6.25rem) !important;
  font-weight: 300 !important;
  line-height: 1.04 !important;
  letter-spacing: -.065em !important;
}

.about-refined-page .about-final-cta p {
  max-width: 45rem;
  margin: clamp(2.5rem, 4vw, 4rem) auto clamp(2rem, 3vw, 3rem);
  color: var(--about-muted) !important;
  font-size: clamp(.95rem, 1.25vw, 1.15rem) !important;
  line-height: 1.75 !important;
}

.about-refined-page .about-final-cta .cta-actions {
  justify-content: center;
}

.about-refined-page .about-final-cta .pill {
  min-width: 13rem;
  min-height: 3.9rem;
  justify-content: center;
}

@media (max-width: 1100px) {
  .about-refined-page .about-lead-grid,
  .about-refined-page .about-section-head {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    align-items: start;
  }

  .about-refined-page .about-lead-grid .section-title,
  .about-refined-page .about-section-head .section-title {
    white-space: normal;
  }

  .about-refined-page .responsibility-chain {
    grid-template-columns: 1fr;
  }

  .about-refined-page .responsibility-chain article:not(:last-child)::after {
    content: "\2193";
    top: auto;
    right: 50%;
    bottom: calc(clamp(.85rem, 1.5vw, 1.4rem) * -.72);
    transform: translate(50%, 50%);
  }

  .about-refined-page .responsibility-chain article {
    min-height: auto;
  }
}

@media (min-width: 1101px) {
  .about-refined-page .about-lead-grid .section-title,
  .about-refined-page .about-section-head .section-title {
    white-space: nowrap;
  }
}

@media (max-width: 700px) {
  .about-refined-page .about-story-hero {
    min-height: 34rem;
  }

  .about-refined-page .about-story-hero__inner {
    width: calc(100% - 20px);
    padding-block: 5rem;
  }

  .about-refined-page .about-story-hero .page-title {
    font-size: clamp(3rem, 14vw, 4rem) !important;
  }

  .about-refined-page .about-lead-grid .section-title,
  .about-refined-page .about-section-head .section-title {
    font-size: clamp(2.4rem, 10.8vw, 3.2rem) !important;
  }

  .about-refined-page .about-final-cta {
    min-height: 36rem;
  }

  .about-refined-page .about-final-cta h2 {
    font-size: clamp(3rem, 13vw, 4.25rem) !important;
  }

  .about-refined-page .about-final-cta .cta-actions,
  .about-refined-page .about-final-cta .pill {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-refined-page .delivery-seven {
    scroll-snap-type: x mandatory;
  }
}

/* Exact typography values from the 2026-08-21 about-page annotations. */
.about-refined-page .about-hero-kicker,
.about-refined-page .about-hero-kicker span,
.about-refined-page .about-story-hero .lede,
.about-refined-page .about-final-cta p {
  border-color: rgb(111, 114, 120) !important;
  font-size: 17.6px !important;
  font-weight: 400 !important;
}

.about-refined-page .about-lead-grid .section-title,
.about-refined-page .about-section-head .section-title {
  border-color: rgb(229, 231, 235) !important;
  font-size: 40px !important;
  font-weight: 200 !important;
}

/* FDE distinction cards: preserve the existing three-card grid and behavior. */
.about-refined-page .about-capabilities .capability-grid > article > span {
  margin-bottom: clamp(1.5rem, 2.2vw, 2.25rem);
}

.about-refined-page .about-capabilities .capability-grid h3 {
  max-width: 13ch;
  margin-bottom: 1.25rem;
  font-size: clamp(1.65rem, 2.15vw, 2.35rem);
  line-height: 1.12;
  text-wrap: balance;
}

@media (min-width: 701px) {
  .about-refined-page .about-capabilities .capability-grid > article:nth-child(3) h3 {
    width: 100%;
    max-width: none;
    text-wrap: initial;
  }

  .about-refined-page .about-capabilities .capability-grid > article:nth-child(3) h3 > span {
    display: block;
    white-space: nowrap;
  }
}

.about-refined-page .about-capabilities .capability-grid p {
  margin: 0;
  line-height: 1.72;
}

.about-refined-page .capability-media-placeholder {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: clamp(1.75rem, 2.6vw, 2.5rem) 0 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--ui-radius);
  background: var(--about-panel);
  place-items: center;
}

.about-refined-page .capability-media-placeholder.capability-media-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 44% center;
}

.about-refined-page .capability-media-placeholder.capability-media-diagram img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.about-refined-page .capability-media-placeholder > span {
  color: var(--about-muted);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.about-refined-page .capability-media-placeholder figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  color: var(--about-muted);
  font-size: .78rem;
  line-height: 1.45;
  text-align: center;
}

.about-refined-page .positioning-strip strong {
  font-size: 27px !important;
}

@media (min-width: 701px) {
  .about-refined-page .about-story-hero .page-title,
  .about-refined-page .about-final-cta h2 {
    border-color: rgb(10, 10, 10) !important;
    font-size: 58.926px !important;
    font-weight: 300 !important;
  }
}

/* Exact CTA button geometry from the supplied inspector reference. */
.about-refined-page .about-final-cta .cta-actions {
  gap: 14px;
}

.about-refined-page .about-final-cta .cta-actions .pill {
  width: 142px;
  min-width: 142px;
  max-width: 142px;
  height: 42px;
  min-height: 42px;
  padding: 0 22px;
  border: .666667px solid rgba(28, 34, 43, .16) !important;
  border-radius: 8px !important;
  font-size: 13px;
  font-weight: 500 !important;
  line-height: 1;
}

/* Client logos are cropped from the high-resolution brand board in the latest company deck. */
.about-refined-page .about-logo-marquee {
  --logo-gap: clamp(1.35rem, 2.4vw, 2.4rem);
  background: #fff;
}

.about-refined-page .about-logo-item.client-logo {
  display: block;
  width: 141px;
  min-width: 141px;
  height: 58px;
  overflow: hidden;
  background-image: url('../images/client-logo-board.avif');
  background-repeat: no-repeat;
  background-size: 1070px 602px;
  background-position: var(--logo-x) var(--logo-y);
}

.about-refined-page .section-title[data-typewriter] {
  white-space: normal;
}

/* Real field imagery fills the existing scene cards without changing their geometry. */
.about-refined-page .about-scenes .scene-media-grid .media-request {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.about-refined-page .about-scenes .scene-media-grid .media-request:nth-child(1) {
  background-image: url('../images/about-field-workshop.avif') !important;
  background-position: 50% 48% !important;
}

.about-refined-page .about-scenes .scene-media-grid .media-request:nth-child(2) {
  background-image: url('../images/about-field-production-iteration.avif') !important;
  background-position: 50% 50% !important;
}

/* About closing CTA: exact desktop geometry from the annotated reference. */
@media (min-width: 1101px) {
  .about-refined-page .about-final-cta {
    box-sizing: border-box;
    width: min(1670px, 100%);
    height: 515.625px;
    min-height: 515.625px;
    max-height: 515.625px;
    margin-inline: auto;
    padding: 111.02px !important;
  }
}
