/* IntelliMinds Digital — About page visual uplift.
   Presentation only: no DOM, content, IA, link or metadata changes.
   Layered on top of inner-refine.css + about-executive.css (Design System v3.0).
   Motif: node -> connector -> system -> production. */

/* =====================================================================
   0. Section rhythm + deliberate contrast (not mechanical alternation)
   ===================================================================== */
.page-about .section{padding:7.25rem 0}
.page-about .section--dark{padding:7.5rem 0}

/* Neutral fields where the story benefits from a pause */
.page-about #why-we-exist,
.page-about #what-we-do,
.page-about #team,
.page-about #expertise,
.page-about #executive-guides{background:#F7F9FB}
.page-about #why-we-exist,
.page-about #what-we-do,
.page-about #team,
.page-about #expertise,
.page-about #executive-guides{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}

/* White canvas for the manifesto / experience / principles */
.page-about #why-we-exist + .section--alt,
.page-about #team + .section--alt,
.page-about #builders-notes,
.page-about #advisory{background:#fff}

/* Founder: subtle contrast treatment */
.page-about .founder-section{
  background:linear-gradient(180deg,#FBFCFD 0%,#F4F7F9 100%);
  border-top:1px solid var(--border);border-bottom:1px solid var(--border)}

/* Chapter divider from about-executive.css is redundant with the new fields */
.page-about .section + .section:not(.section--alt):not(.section--dark) > .container::before{display:none}

/* Eyebrow -> heading -> lede -> content rhythm */
.page-about .section > .container > .eyebrow{display:block;margin-bottom:1.1rem}
.page-about .section > .container > h2{margin-bottom:1.1rem;max-width:24ch}
.page-about .section > .container > .lede{margin-bottom:0;max-width:66ch;line-height:1.68}
.page-about .section > .container > .grid,
.page-about .section > .container > .cap-grid,
.page-about .section > .container > .exp-grid,
.page-about .section > .container > .feed-grid,
.page-about .section > .container > .principle-grid{margin-top:3.5rem !important}

/* =====================================================================
   1. Hero — a positioning statement, not a page header
   ===================================================================== */
.page-about .hero-about{padding:8rem 0 6.5rem;position:relative;overflow:hidden}
.page-about .hero-about::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:1px;
  background:linear-gradient(90deg,rgba(11,143,140,.45),rgba(11,31,54,.10) 55%,transparent)}
.page-about .hero-about .container{position:relative}
.page-about .hero-about .eyebrow{display:block;margin-bottom:1.35rem}
.page-about .hero-about h1{
  font-size:clamp(2.15rem,4vw,3.35rem);line-height:1.06;letter-spacing:-.038em;
  max-width:17ch;margin:0 0 1.6rem;position:relative}
/* node -> line motif beside the statement */
.page-about .hero-about h1::before{
  content:"";position:absolute;left:-1.75rem;top:.35rem;bottom:.35rem;width:2px;border-radius:2px;
  background:linear-gradient(180deg,var(--teal),rgba(11,31,54,.16));opacity:.9}
.page-about .hero-about .lede{max-width:58ch;font-size:1.125rem;line-height:1.7}
.page-about .hero-about .btn-row{margin-top:2.75rem}
@media(max-width:1180px){.page-about .hero-about h1::before{display:none}}

/* =====================================================================
   2. Why we exist — 01 / 02 problems, then the progression
   ===================================================================== */
.page-about #why-we-exist .grid-2{
  margin-top:3.5rem !important;gap:0;counter-reset:gapnum;
  border-top:1px solid var(--border)}
.page-about #why-we-exist .grid-2 > .card{
  counter-increment:gapnum;position:relative;background:transparent;border:0;border-radius:0;
  box-shadow:none;padding:2.6rem 2.4rem 2.6rem 5.25rem;
  border-bottom:1px solid var(--border);transition:background-color .25s ease}
.page-about #why-we-exist .grid-2 > .card:hover{background:rgba(255,255,255,.75);transform:none;box-shadow:none}
.page-about #why-we-exist .grid-2 > .card + .card{border-left:1px solid var(--border)}
.page-about #why-we-exist .grid-2 > .card::before{
  content:"0" counter(gapnum);display:block;position:absolute;left:2.4rem;top:2.55rem;
  font-family:'Space Grotesk',system-ui,sans-serif;font-size:.9rem;font-weight:700;
  letter-spacing:.06em;color:var(--teal)}
.page-about #why-we-exist .grid-2 > .card::after{
  content:"";position:absolute;left:2.4rem;top:4.15rem;width:1.65rem;height:1px;background:rgba(11,143,140,.4)}
.page-about #why-we-exist .grid-2 > .card h3{
  font-size:1.22rem;letter-spacing:-.018em;margin:0 0 .85rem;color:var(--navy)}
.page-about #why-we-exist .grid-2 > .card p{font-size:.98rem;line-height:1.72;max-width:46ch}

/* Progression: experimentation -> production -> support */
.page-about #why-we-exist .cap-banner{
  margin-top:4rem !important;display:flex;align-items:stretch;justify-content:center;
  flex-wrap:nowrap;gap:0;background:#fff;border:1px solid var(--border);border-radius:14px;
  padding:1.6rem 1.4rem;box-shadow:0 18px 40px -34px rgba(11,31,54,.5)}
.page-about #why-we-exist .cap-pill{
  flex:1 1 0;display:flex;flex-direction:column;align-items:center;gap:.7rem;text-align:center;
  background:transparent;border:0;padding:.4rem .9rem;
  font-family:'Space Grotesk',system-ui,sans-serif;font-size:.9rem;font-weight:650;
  letter-spacing:-.005em;color:var(--navy)}
.page-about #why-we-exist .cap-icon{
  width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;
  background:#fff;border:1px solid rgba(11,143,140,.35);color:var(--teal);
  box-shadow:0 0 0 4px rgba(11,143,140,.07)}
.page-about #why-we-exist .cap-pill:last-of-type .cap-icon{
  background:var(--teal);border-color:var(--teal);color:#fff;box-shadow:0 0 0 4px rgba(11,143,140,.14)}
.page-about #why-we-exist .cap-plus{
  align-self:center;flex:0 0 auto;width:clamp(28px,7vw,72px);height:1px;font-size:0;color:transparent;
  background:linear-gradient(90deg,rgba(11,143,140,.55),rgba(11,143,140,.25));position:relative}
.page-about #why-we-exist .cap-plus::after{
  content:"";position:absolute;right:0;top:-2px;width:5px;height:5px;border-radius:50%;background:var(--teal);opacity:.75}
.page-about #why-we-exist > .container > p:last-child{
  margin-top:2.5rem !important;max-width:66ch;font-size:1.02rem;line-height:1.75;color:var(--body) !important}

/* =====================================================================
   3. What we believe — the manifesto
   ===================================================================== */
.page-about #why-we-exist + .section--alt > .container > h2{
  max-width:18ch;font-size:clamp(1.85rem,3.1vw,2.4rem)}
.page-about #why-we-exist + .section--alt .grid-2{
  display:block;margin-top:3.75rem !important;counter-reset:belief;max-width:960px}
.page-about #why-we-exist + .section--alt .grid-2 > .card{
  counter-increment:belief;position:relative;display:grid;
  grid-template-columns:6.5rem minmax(0,1fr);align-items:start;gap:0 1.5rem;
  background:transparent;border:0;border-radius:0;box-shadow:none;
  padding:2.6rem 0;border-top:1px solid var(--border);grid-column:auto !important}
.page-about #why-we-exist + .section--alt .grid-2 > .card:last-child{border-bottom:1px solid var(--border)}
.page-about #why-we-exist + .section--alt .grid-2 > .card:hover{transform:none;box-shadow:none}
.page-about #why-we-exist + .section--alt .grid-2 > .card::before{
  content:"0" counter(belief);display:block;position:static;grid-column:1;grid-row:1 / span 2;inset:auto;height:auto;background:none;opacity:1;
  font-family:'Space Grotesk',system-ui,sans-serif;font-size:2.5rem;line-height:1;font-weight:700;
  letter-spacing:-.03em;color:rgba(11,31,54,.16);transition:color .3s ease}
.page-about #why-we-exist + .section--alt .grid-2 > .card:hover::before{color:var(--teal)}
.page-about #why-we-exist + .section--alt .grid-2 > .card h3{
  grid-column:2;grid-row:1;margin:.1rem 0 .7rem;font-size:1.42rem;line-height:1.24;letter-spacing:-.024em;color:var(--navy)}
.page-about #why-we-exist + .section--alt .grid-2 > .card p{
  margin:0;grid-column:2;font-size:1rem;line-height:1.74;max-width:62ch}
/* Operations matter — concluding principle */
.page-about #why-we-exist + .section--alt .grid-2 > .card:last-child{
  margin-top:1.25rem;padding-left:2rem;border-left:2px solid var(--teal);
  background:linear-gradient(90deg,rgba(11,143,140,.045),rgba(11,143,140,0) 60%)}
.page-about #why-we-exist + .section--alt .grid-2 > .card:last-child h3{font-size:1.55rem}
.page-about #why-we-exist + .section--alt .grid-2 > .card:last-child p{font-size:1.06rem;max-width:64ch}

/* =====================================================================
   4. What we actually do — three connected paths
   ===================================================================== */
.page-about #what-we-do .grid-3{margin-top:3.5rem !important;gap:1.25rem;counter-reset:path;position:relative}
@media(min-width:1000px){
  .page-about #what-we-do .grid-3::before{
    content:"";position:absolute;left:2.5rem;right:2.5rem;top:3.35rem;height:1px;z-index:0;
    background:linear-gradient(90deg,rgba(11,143,140,.5),rgba(11,143,140,.3) 55%,rgba(11,31,54,.12))}
}
.page-about #what-we-do .solution-card{
  counter-increment:path;position:relative;z-index:1;background:#fff;
  border:1px solid var(--border);border-radius:14px;box-shadow:none;padding:2.1rem 1.8rem 2rem;
  transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}
.page-about #what-we-do .solution-card:hover{
  transform:translateY(-3px);border-color:rgba(11,143,140,.35);
  box-shadow:0 22px 44px -34px rgba(11,31,54,.55)}
.page-about #what-we-do .solution-icon{
  width:46px;height:46px;border-radius:50%;background:#fff;color:var(--teal);
  border:1px solid rgba(11,143,140,.35);box-shadow:0 0 0 5px rgba(11,143,140,.06);margin-bottom:1.35rem}
.page-about #what-we-do .solution-card::after{
  content:"0" counter(path);display:block;position:absolute;top:2.1rem;right:1.8rem;
  font-family:'Space Grotesk',system-ui,sans-serif;font-size:.82rem;font-weight:700;
  letter-spacing:.08em;color:rgba(11,31,54,.28)}
.page-about #what-we-do .solution-card:hover::after{color:var(--teal)}
.page-about #what-we-do .card-sublabel{
  order:-1;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--teal);margin:0 0 .45rem}
.page-about #what-we-do .solution-card h3{font-size:1.12rem;letter-spacing:-.018em;margin:0 0 .7rem}
.page-about #what-we-do .solution-card p{font-size:.95rem;line-height:1.68}

/* =====================================================================
   5. Our approach (dark) — assess -> discover -> build -> run
   ===================================================================== */
.page-about .section--dark .deploy-intro{max-width:62ch}
.page-about .section--dark .infra-panel{margin-top:3.5rem !important;padding-bottom:.5rem}
.page-about .section--dark .workflow{counter-reset:flow;position:relative}
.page-about .section--dark .workflow-step{
  counter-increment:flow;position:relative;padding-bottom:2.1rem;gap:1.1rem;align-items:flex-start}
.page-about .section--dark .workflow-step:last-child{padding-bottom:.25rem}
.page-about .section--dark .workflow-step::after{
  content:"";position:absolute;left:1.05rem;top:2.5rem;bottom:.4rem;width:1px;
  background:linear-gradient(180deg,rgba(11,143,140,.55),rgba(255,255,255,.08))}
.page-about .section--dark .workflow-step:last-child::after{display:none}
.page-about .section--dark .workflow-icon{
  position:relative;z-index:1;width:34px;height:34px;border-radius:50%;flex:none;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(11,143,140,.16);border:1px solid rgba(11,143,140,.5);color:#8FE3E0}
.page-about .section--dark .workflow-title{
  font-size:1.02rem;letter-spacing:-.012em;margin-bottom:.3rem}
.page-about .section--dark .workflow-sub{font-size:.93rem;line-height:1.68;max-width:60ch;opacity:.86}

/* =====================================================================
   6. The team — senior people, room to breathe
   ===================================================================== */
.page-about #team .team-grid{
  margin-top:3.5rem !important;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.35rem}
.page-about #team .team-card{
  background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:none;
  padding:2.3rem 2rem 2.1rem;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}
.page-about #team .team-card:hover{
  transform:translateY(-3px);border-color:rgba(11,143,140,.32);box-shadow:0 24px 44px -34px rgba(11,31,54,.5)}
.page-about #team .team-card .avatar{
  width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-family:'Space Grotesk',system-ui,sans-serif;font-size:.95rem;font-weight:700;letter-spacing:.04em;
  color:var(--navy);background:#F1F5F8;border:1px solid rgba(11,143,140,.28);
  box-shadow:0 0 0 5px rgba(11,143,140,.06);margin-bottom:1.5rem}
.page-about #team .team-card h3{
  font-size:1.28rem;letter-spacing:-.022em;color:var(--navy);margin:0 0 .35rem;line-height:1.2}
.page-about #team .team-card .role{
  font-size:.72rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--teal);
  margin:0 0 1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}
.page-about #team .team-card p{font-size:.95rem;line-height:1.72;color:var(--body)}
.page-about #team .team-card p:last-child{margin-top:1.25rem;font-size:.87rem}
.page-about #team .team-card p:last-child a{
  color:var(--muted);text-decoration:none;border-bottom:1px solid var(--border);padding-bottom:1px}
.page-about #team .team-card p:last-child a:hover{color:var(--teal);border-bottom-color:var(--teal)}

/* =====================================================================
   7. Experience behind IntelliMinds — a capability landscape
   ===================================================================== */
.page-about #team + .section--alt .cap-grid{
  margin-top:3.75rem !important;display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));
  gap:0;counter-reset:cap;border-top:1px solid var(--border)}
.page-about #team + .section--alt .cap-card{
  counter-increment:cap;position:relative;background:transparent;border:0;border-radius:0;box-shadow:none;
  border-bottom:1px solid var(--border);padding:2.1rem 2rem 2rem 4.4rem;
  transition:background-color .25s ease}
.page-about #team + .section--alt .cap-card:hover{background:#F7F9FB;transform:none;box-shadow:none}
.page-about #team + .section--alt .cap-card::before{
  content:"0" counter(cap);display:block;position:absolute;left:2rem;top:2.2rem;
  font-family:'Space Grotesk',system-ui,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.08em;
  color:rgba(11,31,54,.3);transition:color .25s ease}
.page-about #team + .section--alt .cap-card:hover::before{color:var(--teal)}
.page-about #team + .section--alt .cap-card h4{
  margin:0 0 .55rem;font-size:1.05rem;line-height:1.32;letter-spacing:-.016em;color:var(--navy);font-weight:650}
.page-about #team + .section--alt .cap-card p{margin:0;font-size:.93rem;line-height:1.68;max-width:44ch}
@media(min-width:1000px){
  .page-about #team + .section--alt .cap-card:not(:nth-child(3n)){border-right:1px solid var(--border)}
}

/* =====================================================================
   8. Founder — editorial feature
   ===================================================================== */
.page-about .founder-section > .container > h2{
  font-size:clamp(1.95rem,3.2vw,2.5rem);max-width:16ch}
.page-about .founder-section > .container > .lede{max-width:64ch}
.page-about .founder-split{
  display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:3.75rem;
  align-items:start;margin-top:4rem}
.page-about .founder-photo-frame{
  position:relative;border-radius:18px;overflow:hidden;border:1px solid var(--border);
  box-shadow:0 30px 60px -40px rgba(11,31,54,.6)}
.page-about .founder-photo-frame::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:3px;
  background:linear-gradient(90deg,var(--teal),rgba(11,143,140,0))}
.page-about .founder-photo-frame img{display:block;width:100%;height:auto}
.page-about .founder-name{
  font-size:clamp(1.6rem,2.4vw,2rem);line-height:1.1;letter-spacing:-.03em;color:var(--navy);margin:0 0 .5rem}
.page-about .founder-role{
  font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);
  margin:0 0 1.75rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}
.page-about .founder-bio > p{font-size:1.0125rem;line-height:1.78;max-width:70ch;margin-bottom:1.35rem}
.page-about .founder-note{
  margin-top:1.9rem !important;padding-left:1.25rem;border-left:2px solid rgba(11,143,140,.5);
  font-size:.95rem !important;line-height:1.7;color:var(--muted)}
.page-about .founder-highlights{
  margin-top:2.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:0;border-top:1px solid var(--border)}
.page-about .founder-highlights .founder-highlight{
  display:flex;align-items:center;gap:.75rem;padding:1rem .25rem;border-bottom:1px solid var(--border);
  background:transparent;border-radius:0;font-size:.92rem;font-weight:600;color:var(--navy)}
.page-about .founder-highlights .founder-highlight svg{color:var(--teal);flex:none}
.page-about .founder-linkedin{margin-top:1.9rem;font-size:.95rem}
.page-about .founder-linkedin a{color:var(--teal);font-weight:600}

/* Credentials strip: typographic evidence, not heavy cards */
.page-about .founder-section .metrics-strip{
  margin-top:4.25rem;gap:0;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  border-top:1px solid var(--border)}
.page-about .founder-section .metric-card{
  background:transparent;border:0;border-bottom:1px solid var(--border);border-radius:0;box-shadow:none;
  padding:1.9rem 1.6rem 1.75rem 0;gap:.4rem}
.page-about .founder-section .metric-card::before{display:none}
.page-about .founder-section .metric-card:hover{transform:none;box-shadow:none}
.page-about .founder-section .metric-icon{
  width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid rgba(11,143,140,.3);
  box-shadow:0 0 0 4px rgba(11,143,140,.06);margin-bottom:.85rem}
.page-about .founder-section .metric-icon svg{width:18px;height:18px}
.page-about .founder-section .metric-value{font-size:1.22rem;color:var(--navy)}
.page-about .founder-section .metric-label{font-size:.85rem;color:var(--muted)}
@media(min-width:900px){
  .page-about .founder-section .metric-card + .metric-card{padding-left:1.75rem;border-left:1px solid var(--border)}
}

/* =====================================================================
   9. Expertise — a capability system, not eight identical boxes
   ===================================================================== */
.page-about #expertise .exp-grid{
  margin-top:3.75rem !important;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));
  gap:1.15rem;counter-reset:exp}
.page-about #expertise .exp-card{
  counter-increment:exp;position:relative;background:#fff;border:1px solid var(--border);
  border-radius:14px;box-shadow:none;padding:1.9rem 1.7rem 1.75rem;
  transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}
.page-about #expertise .exp-card:hover{
  transform:translateY(-3px);border-color:rgba(11,143,140,.32);box-shadow:0 22px 42px -34px rgba(11,31,54,.5)}
.page-about #expertise .exp-card::after{
  content:"0" counter(exp);display:block;position:absolute;top:1.9rem;right:1.7rem;
  font-family:'Space Grotesk',system-ui,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.08em;
  color:rgba(11,31,54,.24)}
.page-about #expertise .exp-card:hover::after{color:var(--teal)}
.page-about #expertise .exp-icon{
  width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid rgba(11,143,140,.3);
  box-shadow:0 0 0 4px rgba(11,143,140,.05);margin-bottom:1.2rem}
/* Every third card carries a teal seam — rhythm without monotony */
.page-about #expertise .exp-card:nth-child(3n+1){border-top:2px solid rgba(11,143,140,.55)}
.page-about #expertise .exp-card h3{font-size:1.02rem;padding-right:2rem}
.page-about #expertise .exp-card p{font-size:.92rem;line-height:1.68}

/* =====================================================================
   10. Written work + Builder's Notes — a curated library
   ===================================================================== */
.page-about #executive-guides .feed-grid,
.page-about #builders-notes .feed-grid{gap:1.35rem}
.page-about #executive-guides .feed-card{
  background:#fff;border:1px solid var(--border);border-radius:14px;padding:1.9rem 1.75rem}
.page-about #executive-guides .btn-row{margin-top:3rem !important}
.page-about #builders-notes > .container > h2{max-width:20ch}

/* =====================================================================
   11. Timeline / advisory / evidence — breathing room only
   ===================================================================== */
.page-about #professional-timeline .pro-timeline{margin-top:3.75rem}
.page-about #advisory .topic-row{margin-top:3.25rem}
.page-about #principles .principle-grid{gap:1.35rem}

/* =====================================================================
   12. Motion — matches the Services page register
   ===================================================================== */
.page-about [data-reveal]{
  opacity:0;transform:translateY(20px);
  transition:opacity 560ms cubic-bezier(.22,1,.36,1),transform 560ms cubic-bezier(.22,1,.36,1)}
.page-about [data-reveal].is-revealed{opacity:1;transform:none}
.page-about .hero-about [data-reveal]{opacity:1 !important;transform:none !important}

/* =====================================================================
   13. Mobile — same structure, more air, no overflow
   ===================================================================== */
@media(max-width:1000px){
  .page-about .section{padding:5.25rem 0}
  .page-about .section--dark{padding:5.5rem 0}
  .page-about .hero-about{padding:5.5rem 0 4.25rem}
  .page-about .founder-split{grid-template-columns:1fr;gap:2.5rem}
  .page-about .founder-photo{max-width:320px}
  .page-about #what-we-do .grid-3::before{display:none}
}
@media(max-width:760px){
  .page-about #why-we-exist .cap-banner{flex-direction:column;align-items:stretch;gap:.25rem;padding:1.5rem 1.25rem}
  .page-about #why-we-exist .cap-pill{flex-direction:row;justify-content:flex-start;text-align:left;gap:.9rem}
  .page-about #why-we-exist .cap-plus{width:1px;height:22px;margin-left:1.35rem;
    background:linear-gradient(180deg,rgba(11,143,140,.55),rgba(11,143,140,.2))}
  .page-about #why-we-exist .cap-plus::after{right:auto;left:-2px;top:auto;bottom:0}
  .page-about #why-we-exist .grid-2 > .card + .card{border-left:0}
}
@media(max-width:640px){
  .page-about .section{padding:4.25rem 0}
  .page-about .hero-about{padding:4.25rem 0 3.5rem}
  .page-about .section > .container > .grid,
  .page-about .section > .container > .cap-grid,
  .page-about .section > .container > .exp-grid,
  .page-about .section > .container > .feed-grid,
  .page-about .section > .container > .principle-grid{margin-top:2.5rem !important}
  .page-about #why-we-exist .grid-2 > .card{padding:2rem 0 2rem 3.6rem}
  .page-about #why-we-exist .grid-2 > .card::before{left:0}
  .page-about #why-we-exist .grid-2 > .card::after{left:0}
  .page-about #why-we-exist + .section--alt .grid-2 > .card{
    grid-template-columns:1fr;gap:.4rem;padding:2.1rem 0}
  .page-about #why-we-exist + .section--alt .grid-2 > .card::before{grid-row:auto;font-size:1.6rem}
  .page-about #why-we-exist + .section--alt .grid-2 > .card h3{grid-column:1;grid-row:auto}
  .page-about #why-we-exist + .section--alt .grid-2 > .card p{grid-column:1;grid-row:auto}
  .page-about #why-we-exist + .section--alt .grid-2 > .card:last-child{padding-left:1.35rem}
  .page-about #team + .section--alt .cap-card{padding:1.8rem 0 1.7rem 3.4rem}
  .page-about #team + .section--alt .cap-card::before{left:0}
  .page-about .founder-section .metric-card{padding:1.6rem 0 1.5rem}
  .page-about [data-reveal]{transform:translateY(12px);transition-duration:460ms}
}

@media(prefers-reduced-motion:reduce){
  .page-about [data-reveal]{opacity:1 !important;transform:none !important;transition:none !important}
}

/* Team cards read as profiles, left-aligned */
.page-about #team .team-card{text-align:left}
.page-about #team .team-card .avatar{margin-left:0;margin-right:auto}
.page-about #team .team-card p,
.page-about #team .team-card h3,
.page-about #team .team-card .role{text-align:left}

/* Founder photo fills its frame — no letterboxing */
.page-about .founder-photo-frame{max-width:340px;margin:0}
.page-about .founder-photo-frame img{width:100%;height:100%;object-fit:cover;object-position:center top}

/* Credentials read as evidence, not a panel */
.page-about .founder-section .metrics-strip{
  background:none;border:0;border-top:1px solid var(--border);border-radius:0;box-shadow:none;
  padding:0;max-width:none}
