/* ============================================
   SugarCARE — About page (about.html)
   Loaded after tokens.css + base.css + home.css.
   Reuses .sec-head, .pill, .btn-*, .cta-final from home.css.
   ============================================ */

/* ─── HERO ─────────────────────────────────────── */
.about-hero {
  position: relative;
  padding: var(--s-2xl) 0;
  background: var(--c-white);
  text-align: center;
  overflow: hidden;
}
.about-hero .pill { margin-bottom: var(--s-md); }
.about-hero h1 {
  font-size: clamp(2.5rem, 1.6rem + 4vw, 4.25rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.06;
  color: var(--c-purple-deep);
  margin-bottom: var(--s-md);
  max-width: 16ch;
  margin-inline: auto;
}
.about-hero h1 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--c-purple) 0%, var(--c-orange) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.show-en .about-hero h1 { font-family: var(--font-en); }
.about-hero p {
  font-size: var(--t-md);
  color: var(--c-muted);
  line-height: 1.65;
  max-width: 60ch;
  margin: 0 auto var(--s-lg);
}
.about-hero .hero-ctas {
  justify-content: center;
  margin-bottom: var(--s-md);
  flex-wrap: wrap;
}
.about-strip {
  display: inline-flex;
  align-items: center;
  gap: var(--s-md);
  margin-top: var(--s-md);
  padding: 10px 18px;
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--r-pill);
  box-shadow: var(--sh-1);
  font-family: var(--font-en);
  font-size: .82rem;
  color: var(--c-muted);
  flex-wrap: wrap;
  justify-content: center;
}
.about-strip strong {
  color: var(--c-purple-deep);
  font-weight: 700;
}

/* ─── SECTION 2: WHY WE EXIST ─────────────────── */
.why { padding: var(--s-2xl) 0; background: var(--c-bg); }
.why-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: var(--s-xl);
  align-items: start;
}
.why-narrative .pill { margin-bottom: var(--s-md); }
.why-narrative h2 {
  font-size: var(--t-2xl);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.15;
  color: var(--c-purple-deep);
  margin-bottom: var(--s-lg);
}
body.show-en .why-narrative h2 { font-family: var(--font-en); }
.why-narrative p {
  font-size: var(--t-md);
  color: var(--c-text);
  line-height: 1.75;
  margin-bottom: var(--s-md);
}
.why-narrative p:last-child { margin-bottom: 0; }
.why-stats {
  display: flex;
  flex-direction: column;
  gap: var(--s-md);
}
.why-stat-card {
  background: var(--c-white);
  border-radius: var(--r-lg);
  padding: var(--s-lg);
  border: 1px solid var(--c-border);
  transition: transform var(--t-base-d), box-shadow var(--t-base-d);
}
.why-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-2);
}
.why-stat-num {
  font-family: var(--font-en);
  font-size: clamp(2rem, 1.5rem + 1.6vw, 3rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1;
  color: var(--c-purple);
  margin-bottom: var(--s-sm);
}
.why-stat-card h3 {
  font-size: var(--t-md);
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 4px;
}
.why-stat-card p {
  font-size: var(--t-sm);
  color: var(--c-muted);
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 900px) {
  .why-grid { grid-template-columns: 1fr; gap: var(--s-lg); }
}

/* ─── SECTION 3: WHAT WE DO DIFFERENTLY ──────── */
.pillars { padding: var(--s-2xl) 0; }
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-md);
}
.pillar-card {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: var(--s-lg);
  position: relative;
  transition: transform var(--t-base-d), box-shadow var(--t-base-d), border-color var(--t-base-d);
}
.pillar-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-2);
  border-color: var(--c-purple-tint);
}
.pillar-num {
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-orange);
  margin-bottom: var(--s-sm);
}
.pillar-icon {
  width: 56px; height: 56px;
  border-radius: var(--r-md);
  background: var(--c-purple-tint-soft);
  color: var(--c-purple);
  display: grid;
  place-items: center;
  margin-bottom: var(--s-md);
}
.pillar-icon svg { width: 26px; height: 26px; }
.pillar-card h3 {
  font-size: var(--t-md);
  font-weight: 700;
  color: var(--c-purple-deep);
  margin-bottom: var(--s-sm);
  line-height: 1.3;
}
body.show-en .pillar-card h3 { font-family: var(--font-en); }
.pillar-card p {
  font-size: var(--t-sm);
  color: var(--c-muted);
  line-height: 1.65;
}

@media (max-width: 900px) { .pillars-grid { grid-template-columns: 1fr; } }

/* ─── SECTION 4: WHO'S BEHIND IT ─────────────── */
.who { padding: var(--s-2xl) 0; background: var(--c-bg); }

.who-founders {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-md);
  margin-bottom: var(--s-xl);
}
.who-founder-card {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: var(--s-md);
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: var(--s-md);
  align-items: center;
  transition: transform var(--t-base-d), box-shadow var(--t-base-d);
}
.who-founder-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-2);
}
.who-founder-photo {
  aspect-ratio: 1;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--c-purple-tint-soft);
}
.who-founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.who-founder-pill {
  display: inline-block;
  font-family: var(--font-en);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--c-purple);
  background: var(--c-purple-tint-soft);
  padding: 3px 10px;
  border-radius: var(--r-pill);
  margin-bottom: 6px;
}
.who-founder-card.cmo .who-founder-pill {
  background: var(--c-orange);
  color: var(--c-white);
}
.who-founder-name {
  font-family: var(--font-en);
  font-size: var(--t-md);
  font-weight: 800;
  letter-spacing: -.015em;
  color: var(--c-purple-deep);
  line-height: 1.15;
  margin-bottom: 2px;
}
.who-founder-role {
  font-size: var(--t-sm);
  color: var(--c-muted);
  line-height: 1.4;
}
.who-founders-cta {
  text-align: center;
  margin-bottom: var(--s-2xl);
}
.who-founders-cta a {
  font-family: var(--font-en);
  font-size: var(--t-sm);
  font-weight: 600;
  color: var(--c-purple);
  border-bottom: 1.5px solid currentColor;
  padding-bottom: 2px;
  transition: color var(--t-fast);
}
.who-founders-cta a:hover { color: var(--c-orange); }

.who-backers-label {
  font-family: var(--font-en);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-muted);
  text-align: center;
  margin-bottom: var(--s-md);
}
.who-backers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-sm);
  margin-bottom: var(--s-md);
}
.backer-card {
  background: var(--c-white);
  border-radius: var(--r-md);
  padding: var(--s-md);
  text-align: center;
  border: 1px solid var(--c-border);
  transition: transform var(--t-base-d), border-color var(--t-base-d);
}
.backer-card:hover {
  transform: translateY(-2px);
  border-color: var(--c-purple-tint);
}
.backer-name {
  font-family: var(--font-en);
  font-size: var(--t-sm);
  font-weight: 800;
  color: var(--c-purple-deep);
  letter-spacing: -.01em;
  line-height: 1.2;
  margin-bottom: 2px;
}
.backer-credential {
  font-family: var(--font-en);
  font-size: .72rem;
  color: var(--c-muted);
  line-height: 1.4;
}
.who-led-by {
  text-align: center;
  font-family: var(--font-en);
  font-size: var(--t-sm);
  color: var(--c-muted);
  font-weight: 500;
}
.who-led-by strong {
  color: var(--c-purple);
  font-weight: 700;
}

@media (max-width: 900px) {
  .who-founders { grid-template-columns: 1fr; }
  .who-backers { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .who-founder-card { grid-template-columns: 64px 1fr; }
}
