/* ============ ABOUT (من نحن) ============ */
.about-value { margin: 22px 0 0; }
.about-value h4 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 0 0 6px;
}
.about-value p { margin: 0; }
.about-story {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 56px;
  align-items: start;
  margin-top: 8px;
  padding-bottom: 8px;
}
.about-story-l h2 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2;
  margin: 10px 0 0;
}
.about-story-r p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-2);
  margin: 0 0 18px;
  text-wrap: pretty;
}
.about-story-r p:last-child { margin-bottom: 0; }

/* mission / vision */
.mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.mv-card {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-lg);
  padding: 40px;
}
.mv-card.alt {
  background: var(--premium);
  color: var(--premium-ink);
  border-color: transparent;
}
.mv-tag {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}
.mv-card h3 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.25;
  margin: 0 0 16px;
  text-wrap: balance;
}
.mv-card p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
  text-wrap: pretty;
}
.mv-card.alt p { color: color-mix(in oklch, var(--premium-ink) 72%, transparent); }

@media (max-width: 860px) {
  .about-story { grid-template-columns: 1fr; gap: 22px; }
  .mv-grid { grid-template-columns: 1fr; }
}
