﻿/* ============================================================
 * /about — page styles
 *
 * Layered on top of brand.css (tokens, primitives, components).
 * The page is type-led with one institutional-voice spine.
 * The MRI-bore motif appears as a small horizontal capsule above
 * each founder card.
 * ============================================================ */

/* ============================================================ */
/* HERO — institutional mission                                   */
/* ============================================================ */
.about-hero {
  padding-block: var(--space-section-generous) var(--space-section-tight);
}
.about-hero h1 {
  margin-top: var(--space-16);
}
.about-hero .tagline {
  font-style: italic;
  font-weight: 500;
  color: var(--color-navy);
  margin-top: var(--space-16);
}
.about-hero .lede {
  font-size: clamp(1.0625rem, 0.5vw + 1rem, 1.1875rem);
  line-height: 1.6;
  margin-top: var(--space-32);
  max-width: 56ch;
}
.about-hero .hero-stamp {
  margin-top: var(--space-32);
}
.about-hero .hero-stamp .badge {
  padding: 10px 20px;
  letter-spacing: 0.02em;
}

/* ============================================================ */
/* WHY WE EXIST — long-form prose in reading-width container      */
/* ============================================================ */
.about-origin {
  padding-block: var(--space-section-standard);
}
.about-origin h2 {
  margin-top: var(--space-16);
  max-width: 22ch;
}
.about-origin .origin-prose {
  margin-top: var(--space-48);
}
.about-origin .origin-prose p {
  line-height: 1.7;
  color: var(--color-stone-90);
}

/* ============================================================ */
/* VALUES — three pointed values, no numbering                    */
/* ============================================================ */
.about-values {
  padding-block: var(--space-section-generous);
}
.about-values .section-heading h2 {
  margin-top: var(--space-16);
}
.about-values .values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-32);
  list-style: none;
  max-width: var(--container-standard);
  margin-inline: auto;
}
.about-values .value-card {
  background: var(--color-paper);
  padding: var(--space-32);
  border-radius: var(--radius-default);
  border: 1px solid var(--color-stone-20);
}
.about-values .value-card h3 {
  line-height: 1.25;
  color: var(--color-navy);
  margin-bottom: var(--space-16);
}
.about-values .value-card p {
  line-height: 1.6;
}

/* ============================================================ */
/* HOW WE OPERATE — four foundations grid                         */
/* ============================================================ */
.about-operate {
  padding-block: var(--space-section-generous);
}
.about-operate .section-heading h2 {
  margin-top: var(--space-16);
}
.about-operate .operate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-48);
  max-width: var(--container-standard);
  margin-inline: auto;
}
.about-operate .operate-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}
.about-operate .operate-icon {
  width: 32px;
  height: 32px;
  color: var(--color-navy);
  flex-shrink: 0;
}
.about-operate .operate-card h3 {
  line-height: 1.3;
  color: var(--color-midnight);
  margin-bottom: 0;
}
.about-operate .operate-card p {
  line-height: 1.6;
}

/* ============================================================ */
/* BY THE NUMBERS — live impact + scale                           */
/* ============================================================ */
.about-numbers {
  padding-block: var(--space-section-generous);
}
.about-numbers .section-heading h2 {
  margin-top: var(--space-16);
}
.about-numbers .numbers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--space-48);
  max-width: var(--container-content);
  margin-inline: auto;
  margin-bottom: var(--space-48);
}
.about-numbers .number-stat {
  text-align: center;
}
.about-numbers .number-stat .label-text {
  line-height: 1.4;
  color: var(--color-stone-60);
  margin-top: var(--space-12);
  max-width: 18ch;
  margin-inline: auto;
}
.about-numbers .numbers-since {
  text-align: center;
  max-width: 56ch;
  margin-inline: auto;
}

/* ============================================================ */
/* A CUSTOMER'S WORDS — single on-record pull-quote               */
/* ============================================================ */
/* Eyebrow + blockquote + (in-blockquote footer attribution).
   blockquote styling all comes from the brand-canon primitive in
   brand.css — this section adds only the layout spacing. */
.about-customer {
  padding-block: var(--space-section-standard);
}
.about-customer .customer-quote {
  margin-top: var(--space-32);
}

/* ============================================================ */
/* THE TEAM — compressed founder bios, designed to grow           */
/* ============================================================ */
.about-founders {
  padding-block: var(--space-section-standard);
}
.about-founders .section-heading h2 {
  margin-top: var(--space-16);
  max-width: 24ch;
  margin-inline: auto;
}
.about-founders .team-lead {
  line-height: 1.6;
  max-width: 56ch;
  margin: var(--space-24) auto 0;
}
.about-founders .founders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-64);
  max-width: var(--container-standard);
  margin-inline: auto;
}
@media (max-width: 860px) {
  .about-founders .founders-grid {
    grid-template-columns: 1fr;
    gap: var(--space-48);
  }
}
.about-founders .founder {
  display: flex;
  flex-direction: column;
  gap: var(--space-24);
}
/* MRI-bore motif at card scale — slightly smaller in the compressed layout */
.about-founders .founder-mark {
  width: 32px;
  height: 5px;
  background: var(--color-navy);
  border-radius: var(--radius-pill);
}
.about-founders .founder-head {
  padding-bottom: var(--space-16);
  border-bottom: 1px solid var(--color-stone-20);
  margin-top: calc(-1 * var(--space-12));
}
.about-founders .founder-name {
  font-size: clamp(1.375rem, 0.75vw + 1rem, 1.625rem);
  font-weight: 600;
  color: var(--color-midnight);
  line-height: 1.2;
}
.about-founders .founder-role {
  margin-top: var(--space-8);
}
.about-founders .founder-bio p {
  line-height: 1.65;
  color: var(--color-stone-90);
}
/* Designed callout-in-card, NOT the pull-quote canon. Resets the brand
   blockquote element default (which is DM Serif Display) back to Inter
   italic for this in-card treatment — DM Serif Display has no italic
   variant loaded, so inheriting the canon would synthesize ugly oblique. */
.about-founders .founder-quote {
  font-family: var(--font-sans);
  background: var(--color-mist);
  border-radius: 0 var(--radius-default) var(--radius-default) 0;
  padding: var(--space-12) var(--space-20);
  max-inline-size: none;
}
.about-founders .founder-quote p {
  font-weight: 500;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.5;
  color: var(--color-navy);
}
/* Links sit at the card bottom; the link itself uses the shared .link-arrow
   primitive (brand.css). Don't hand-roll the arrow on a classless <a> — it
   gets caught by the `p a:not([class])` body-link underline. */
.about-founders .founder-links {
  margin-top: auto;
}

/* ============================================================ */
/* SIGN-OFF — quiet ending                                        */
/* ============================================================ */
.about-signoff {
  padding-block: var(--space-section-generous);
  text-align: center;
}
.about-signoff h2 {
  margin-top: var(--space-16);
  max-width: 28ch;
  margin-inline: auto;
}
.about-signoff .signoff-lead {
  margin-top: var(--space-24);
  line-height: 1.6;
  max-width: 56ch;
  margin-inline: auto;
}
.about-signoff .signoff-cta {
  display: flex;
  gap: var(--space-32);
  justify-content: center;
  margin-top: var(--space-32);
  flex-wrap: wrap;
}

/* ============================================================ */
/* ACTIVE NAV INDICATOR                                           */
/* ============================================================ */
